Get Trade Offers
In: query
Query Parameters
(Required) Request the list of sent offers.
(Required) Request the list of received offers.
(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.
(Required) The language to use when loading item display data.
(Required) Indicates we should only return offers which are still active, or offers that have changed in state since the time_historical_cutoff
(Required) Indicates we should only return offers which are not active.
(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.
nullint32Cursor aka start index
nullint32An 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
The format of the response. Defaults to json
"json" | "xml" | "vdf"Response Body
curl -X GET "https://api.steampowered.com/IEconService/GetTradeOffers/v1"