Sync with Waxpeer session to auto-fill API key

Fetch my inventory

GET/v1/fetch-my-inventory

Fetch inventory, call this endpoint required before calling /get-my-inventory

Prices are integers. 1000 = $1.00 USD.

Parameters

NameLocationTypeDescription
api
required
querystring
game
optional
queryenum

Which game would you like to fetch items from

enum: csgo, tf2, rust, dota2

Responses

200 successful operation

Response
{
  "success": false,
  "msg": "Invalid Steam API key",
  "total_inventory_count": 120
}

429 Too many requests. Limit for endpoint actions - 10 requests per 60 seconds

Response
{
  "success": false,
  "msg": "string",
  "msBeforeNext": 0
}