Notification about created tradofer
Due to the Steam update we recommend to send this request and do mobile confirmation only if you receive a successful response (success param is true).
Prices are integers. 1000 = $1.00 USD.
Parameters
| Name | Location | Type | Description |
|---|---|---|---|
apirequired | query | string | Your WAXPEER API |
Request body
| Name | Location | Type | Description |
|---|---|---|---|
tradeidoptional | body | number | Created Steam trade id |
waxidoptional | body | string | Waxpeer uuid trade id (waxid in "send-trade" event OR "costum_id" from another source) |
{
"tradeid": 123456789,
"waxid": "e222ca2d-221c-4024-b603-229803af68a4"
}Responses
200 successful operation
{
"success": false,
"msg": "No token found"
}