Sync with Waxpeer session to auto-fill API key

Checking the status of many steam trades by project_id identifier

GET/v1/check-many-project-id

Prices are integers. 1000 = $1.00 USD.

Parameters

NameLocationTypeDescription
api
required
querystring
id
required
querystring

Your unique ID passed in /buy-one-p2p-name or /buy-one-p2p (for multiple ids pass it like this id=1&id=2&id=3, max 100 at once)

Responses

200 Returns information about withdraw

Response
{
  "success": true,
  "msg": "Invalid ID",
  "trades": [
    {
      "id": 1,
      "price": 140,
      "name": "Nova | Sand Dune (Field-Tested)",
      "status": 4,
      "project_id": "My_custom_project_identifier_asgd6ad8sg68gasgas8d",
      "custom_id": "224bdce2-as44-5ae6-be3g-1a80500de23s",
      "trade_id": "3547735377",
      "done": false,
      "for_steamid64": "76561198338314XXX",
      "reason": "Buyer failed to accept",
      "seller_name": "turboTrade",
      "seller_avatar": "https://avatars.akamai.steamstatic.com/fef49e7fa7e1997310d705b2a6158ff8dc1cdfeb_medium.jpg",
      "seller_steam_joined": 1589314982,
      "seller_steam_level": 45,
      "send_until": 1566796475,
      "last_updated": 1566796111,
      "counter": 10,
      "is_released": false,
      "release_date": "2025-07-28T10:30:00.000Z",
      "penalties": {
        "rollback_fee": 3000,
        "rollback_penalty": 1500,
        "total_penalty": 4500
      }
    }
  ]
}