Sync with Waxpeer session to auto-fill API key

Force p2p status check. Recommended for usage with poor network connections

GET/v1/check-wss-user

If the network connection is poor, we recommend to request once per hour so that items remain or come back on sale.

Note: This method will enable items for sale if you're connected to the trade websocket and even if you set your sales status to offline.

Prices are integers. 1000 = $1.00 USD.

Parameters

NameLocationTypeDescription
api
required
querystring
steamid
required
querystring

Your Steam64ID. Can be found in /user endpoint

Responses

200 successful operation

Response
{
  "success": true,
  "step": 3,
  "msg": "You can sell now"
}