Sync with Waxpeer session to auto-fill API key

Remove all buy orders by filters

GET/v1/remove-all-orders

Remove all orders with filter by game.

Note: If response success is false, then some orders may be not removed (due to timeout), removed count will be also available in that case

Prices are integers. 1000 = $1.00 USD.

Parameters

NameLocationTypeDescription
api
required
querystring
game
optional
queryenum

Which game would you like to remove orders from (without game param will remove all)

enum: csgo, tf2, rust, dota2

Responses

200 successful operation

Response
{
  "success": true,
  "msg": "string",
  "count": 55
}