Steam (Unofficial) API

Get Trade Offers Summary

GET
/IEconService/GetTradeOffersSummary/v1
key<token>

In: query

Query Parameters

time_last_visit?integer

(Required) The time the user last visited. If not passed, will use the time the user last visited the trade offer page.

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