Sync with Waxpeer session to auto-fill API key

Get recent purchases by filters

GET/v1/history

Prices are integers. 1000 = $1.00 USD.

Parameters

NameLocationTypeDescription
api
required
querystring
partner
optional
querystring

Partner number from tradelink that you used to purchase an item (steamid32)

token
optional
querystring

Token from tradelink used to purchase an item

skip
optional
querynumber

Limited by 50 items in response, use skip to get other trades

Responses

200 successful operation

Response
{
  "success": false,
  "history": [
    {
      "item_id": 27165625733,
      "trade_id": 5114261104,
      "token": "ssR242yo",
      "partner": "153912146",
      "created": "2020-01-18T07:28:12.360Z",
      "send_until": "2020-01-18T07:28:12.360Z",
      "reason": "Buyer failed to accept",
      "id": 4258189,
      "image": "https://steamcommunity-a.akamaihd.net/economy/image/class/730/5040342865/200fx125f",
      "price": 1200,
      "name": "USP-S | Cortex (Field-Tested)",
      "status": 6
    }
  ]
}