Get Broker info
{
"code": "200000",
"data": {
"accountSize": 10,
"maxAccountSize": null,
"level": 0
}
}
This endpoint supports querying the basic information of the current Broker
HTTP REQUEST
GET /api/v1/broker/nd/info
Example
GET /api/v1/broker/nd/info
REQUEST URL
This endpoint support Broker URL
REQUEST RATE LIMIT
Broker weight
:2
RESPONSES
Param | Description |
---|---|
accountSize | Number of sub-accounts created |
maxAccountSize | The maximum number of sub-accounts allowed to be created, null means no limit |
level | Broker level |