REST
Account
Basic Info
Get Account Summary Info
This endpoint can be used to obtain account summary information.
HTTP REQUEST
GET /api/v2/user-info
Example
GET /api/v2/user-info
{
"data": {
"level": 0,
"subQuantity": 5,
"maxDefaultSubQuantity": 5,
"maxSubQuantity": 5,
"spotSubQuantity": 5,
"marginSubQuantity": 5,
"futuresSubQuantity": 5,
"maxSpotSubQuantity": 0,
"maxMarginSubQuantity": 0,
"maxFuturesSubQuantity": 0
},
"code": "200000"
}
API KEY PERMISSIONS
This endpoint requires the General permission.
REQUEST URL
This endpoint support Spot URL
REQUEST RATE LIMIT
Manage weight
:20
PARAMETERS
N/A
RESPONSES
Param | Description |
---|---|
level | User level |
subQuantity | Number of sub-accounts |
maxDefaultSubQuantity | Max number of default open sub-accounts (according to level) |
maxSubQuantity | Max number of sub-accounts = maxDefaultSubQuantity + maxSpotSubQuantity |
spotSubQuantity | Number of sub-accounts with spot trading permissions enabled |
marginSubQuantity | Number of sub-accounts with margin trading permissions enabled |
futuresSubQuantity | Number of sub-accounts with futures trading permissions enabled |
maxSpotSubQuantity | Max number of sub-accounts with additional Spot trading permissions |
maxMarginSubQuantity | Max number of sub-accounts with additional margin trading permissions |
maxFuturesSubQuantity | Max number of sub-accounts with additional futures trading permissions |