Users

User actions

Get user's allowance

GET https://api.derace.com/api/v1/users/allowance

Retrieves user's allowance

Headers

Request Body

{
    "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