Users
User actions
Get user's allowance
GET
https://api.derace.com/api/v1/users/allowance
Retrieves user's allowance
Headers
Name
Type
Description
x-api-key*
String
App's API key
content-type*
String
application/json
Request Body
Name
Type
Description
user_key*
String
User's API key
{
"wallet": "0xead09a07a24b962d47229cmk65a29a0f57fec7bd",
"allowance": 1e+21, //initial allowance with 18 digits added
"balance": 956800000000000000000, //balance with 18 digits added
"active": true,
"key": "X8FRZeZu.QG4xq49n.-c7nkFtPrKw4LT"
}
Last updated