Steam (Unofficial) API

Get Trade History

GET
/IEconService/GetTradeHistory/v1
key<token>

In: query

Query Parameters

max_trades?integer

(Required) The number of trades to return information for

Defaultnull
Formatint32
start_after_time?integer

(Required) The time of the last trade shown on the previous page of results, or the time of the first trade if navigating back

Defaultnull
Formatint32
start_after_tradeid?integer

(Required) The tradeid shown on the previous page of results, or the ID of the first trade if navigating back

Defaultnull
Formatint64
navigating_back?boolean

(Required) The user wants the previous page of results, so return the previous max_trades trades before the start time and ID

get_descriptions?boolean

(Required) If set, the item display data for the items included in the returned trades will also be returned

language?string

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

include_failed?boolean

(Required)

include_total?boolean

(Required) If set, the total number of trades the account has participated in will be included in the response

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/GetTradeHistory/v1"
Empty
Empty
Empty