Steam (Unofficial) API

Get Trade Offers

GET
/IEconService/GetTradeOffers/v1
key<token>

In: query

Query Parameters

get_sent_offers?boolean

(Required) Request the list of sent offers.

get_received_offers?boolean

(Required) Request the list of received offers.

get_descriptions?boolean

(Required) If set, the item display data for the items included in the returned trade offers will also be returned. If one or more descriptions can't be retrieved, then your request will fail.

language?string

(Required) The language to use when loading item display data.

active_only?boolean

(Required) Indicates we should only return offers which are still active, or offers that have changed in state since the time_historical_cutoff

historical_only?boolean

(Required) Indicates we should only return offers which are not active.

time_historical_cutoff?integer

(Required) When active_only is set, offers updated since this time will also be returned. When historical_only is set, only offers updated since this time are included.

Defaultnull
Formatint32
cursor?integer

Cursor aka start index

Defaultnull
Formatint32
input_json?string

An alternative to the query string parameters; pass arguments as a URL-encoded JSON blob. The "key" and "format" fields should still be passed as separate parameters

format?string

The format of the response. Defaults to json

Value in"json" | "xml" | "vdf"

Response Body

curl -X GET "https://api.steampowered.com/IEconService/GetTradeOffers/v1"
Empty
Empty
Empty