Check tradelink validity
Prices are integers. 1000 = $1.00 USD.
Parameters
| Name | Location | Type | Description |
|---|---|---|---|
apirequired | query | string | Your WAXPEER API |
Request body
| Name | Location | Type | Description |
|---|---|---|---|
tradelinkoptional | body | string | New tradelink |
{
"tradelink": "https://steamcommunity.com/tradeoffer/new/?partner=153212146&token=ssRe42do"
}Responses
200 successful operation
{
"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
}