Force check the status of a specific trade
Manually triggers a status check for a trade. Can only be used by the buyer or seller of the trade, and is limited to once per hour per trade based on the last_updated timestamp.
Prices are integers. 1000 = $1.00 USD.
Parameters
| Name | Location | Type | Description |
|---|---|---|---|
apirequired | query | string | Your WAXPEER API |
Request body
| Name | Location | Type | Description |
|---|---|---|---|
idrequired | body | integer | Steam item ID (from steam_items table) |
{
"id": 12345
}Responses
200 Force check response
{
"success": true,
"msg": "Force check requested successfully"
}400 Invalid request
{
"success": false,
"msg": "Valid steam item ID is required"
}