Sync with Waxpeer session to auto-fill API key

Notification about created tradofer

POST/v1/steam-trade

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

NameLocationTypeDescription
api
required
querystring

Request body

NameLocationTypeDescription
tradeid
optional
bodynumber

Created Steam trade id

waxid
optional
bodystring

Waxpeer uuid trade id (waxid in "send-trade" event OR "costum_id" from another source)

Example
{
  "tradeid": 123456789,
  "waxid": "e222ca2d-221c-4024-b603-229803af68a4"
}

Responses

200 successful operation

Response
{
  "success": false,
  "msg": "No token found"
}