Steam (Unofficial) API

Get Trade Offer

GET
/IEconService/GetTradeOffer/v1
key<token>

In: query

Query Parameters

tradeofferid?integer

(Required)

Defaultnull
Formatint64
language?string

(Required)

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.

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