Fetch all maximum orders for items
Updates once per 10 seconds
Prices are integers. 1000 = $1.00 USD.
Parameters
| Name | Location | Type | Description |
|---|---|---|---|
gameoptional | query | enum | Which game would you like to fetch items from (default csgo) enum: csgo, tf2, rust, dota2 |
Responses
200 successful operation
{
"success": false,
"timestamp": 1687297281,
"offers": [
{
"by": "1247ffd5-f437-4a30-9953-10eda7df6e17",
"max": "1380000",
"name": "★ Butterfly Knife | Doppler (Factory New)"
}
],
"msg": "Snapshot not found"
}