Sync with Waxpeer session to auto-fill API key

Change your tradelink

POST/v1/change-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
}

429 Too many requests. Limit for endpoint actions - 5 requests per 60 seconds

Response
{
  "success": false,
  "msg": "string",
  "msBeforeNext": 0
}