Force p2p status check. Recommended for usage with poor network connections
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
| Name | Location | Type | Description |
|---|---|---|---|
apirequired | query | string | Your WAXPEER API |
steamidrequired | query | string | Your Steam64ID. Can be found in /user endpoint |
Responses
200 successful operation
{
"success": true,
"step": 3,
"msg": "You can sell now"
}