Get Broker SubAccount
{
"code": "200000",
"data": {
"currentPage": 1,
"pageSize": 20,
"totalNum": 1,
"totalPage": 1,
"items": [
{
"accountName": "51BrokerAccountT21",
"uid": "123456789",
"createdAt": 1706276697000,
"level": 0
}
]
}
}
This interface supports querying sub-accounts created by Broker
HTTP REQUEST
GET /api/v1/broker/nd/account
Example
GET /api/v1/broker/nd/account
REQUEST URL
This endpoint support Broker URL
REQUEST RATE LIMIT
Broker weight
:2
PARAMETERS
Param | Type | Mandatory | Description |
---|---|---|---|
uid | String | No | Sub-account UID |
currentPage | Integer | No | Current page, default is 1 |
pageSize | Integer | No | The number returned per page, the default is 20, the maximum is 100 |
RESPONSES
Param | Description |
---|---|
totalPage | Total page |
currentPage | Current page |
pageSize | Page size |
totalNum | Total Number |
items | Response list |
accountName | Sub-account name |
uid | Sub-account UID |
createdAt | Creation time, unix timestamp (milliseconds) |
level | Subaccount VIP level |