Get Trade History
In: query
Query Parameters
(Required) The number of trades to return information for
nullint32(Required) The time of the last trade shown on the previous page of results, or the time of the first trade if navigating back
nullint32(Required) The tradeid shown on the previous page of results, or the ID of the first trade if navigating back
nullint64(Required) The user wants the previous page of results, so return the previous max_trades trades before the start time and ID
(Required) If set, the item display data for the items included in the returned trades will also be returned
(Required) The language to use when loading item display data
(Required)
(Required) If set, the total number of trades the account has participated in will be included in the response
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
The format of the response. Defaults to json
"json" | "xml" | "vdf"Response Body
curl -X GET "https://api.steampowered.com/IEconService/GetTradeHistory/v1"