Account levels serve to categorise users into various tiers. Depending on the account levels configuration, distinct trading fees will be applied on users. The account level of a user can be set during user creation or adjusted later. In cases where no account level is specified upon user creation, the default level, as determined during the integration phase, will automatically be assigned to the user.
An array of account levels
Unauthorized
Error
Too Many Requests
Error
Maintenance or Service unavailable
{- "data": [
- {
- "id": 1,
- "name_key": "Panda"
}
], - "meta": {
- "total_count": 48,
- "page": 3,
- "page_size": 10
}, - "links": {
- "first": "?page=1&page_size=10",
- "last": "?page=5&page_size=10",
- "prev": "?page=2&page_size=10",
- "next": "?page=4&page_size=10",
- "self": "?page=3&page_size=10"
}
}