Fetch my inventory
Fetch inventory, call this endpoint required before calling /get-my-inventory
Prices are integers. 1000 = $1.00 USD.
Parameters
| Name | Location | Type | Description |
|---|---|---|---|
apirequired | query | string | Your WAXPEER API |
gameoptional | query | enum | Which game would you like to fetch items from enum: csgo, tf2, rust, dota2 |
Responses
200 successful operation
{
"success": false,
"msg": "Invalid Steam API key",
"total_inventory_count": 120
}429 Too many requests. Limit for endpoint actions - 10 requests per 60 seconds
{
"success": false,
"msg": "string",
"msBeforeNext": 0
}