Sync with Waxpeer session to auto-fill API key

Fetch all items listed on WAXPEER (large response size)

GET/v1/prices/snapshot

Updates once per 10 seconds

Prices are integers. 1000 = $1.00 USD.

Parameters

NameLocationTypeDescription
game
optional
queryenum

Which game would you like to fetch items from

enum: csgo, tf2, rust, dota2

Responses

200 successful operation

Response
{
  "success": false,
  "timestamp": 1687297281,
  "items": [
    {
      "item_id": "27253164358",
      "price": "1380000",
      "name": "★ Butterfly Knife | Doppler (Factory New)"
    }
  ],
  "msg": "Snapshot not found"
}