Returns the number of keys a specific user has on ExpressTrade
GET https://api-trade.wax.io/ICaseSite/GetKeyCount/v1
API key required.
Only accounts created with IUser/CreateVCaseUser can access this endpoint.
Parameter | Type | Required | Description |
---|---|---|---|
trade_url or steam_id |
string | + | The trade URL or the Steam ID64 of the user |
Parameter | Type | Description |
---|---|---|
key_count | string | Number of keys this user owns. Parsable into an int. |