Sync with Waxpeer session to auto-fill API key

Check tradelink validity

POST/v1/check-tradelink

Prices are integers. 1000 = $1.00 USD.

Parameters

NameLocationTypeDescription
api
required
querystring

Request body

NameLocationTypeDescription
tradelink
optional
bodystring

New tradelink

Example
{
  "tradelink": "https://steamcommunity.com/tradeoffer/new/?partner=153212146&token=ssRe42do"
}

Responses

200 successful operation

Response
{
  "success": false,
  "link": "https://steamcommunity.com/tradeoffer/new/?partner=900267897&token=P2YkRJOk",
  "info": "You cannot trade with SteamUserName because they have a trade ban.",
  "msg": "We couldn't validate your trade link, either your inventory is private or you can't trade",
  "token": "P2YkRJOk",
  "steamid32": 900267897,
  "steamid64": 76561198000000000
}