Query Link Plus Overview
- Return master account information for all sub-groups, including total number of groups, total trading volumes and assets
HTTP Request
GET /sapi/v1/vip/link-plus/overview
Weight(IP)
1
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| RecvWindow | LONG | NO | No more than 60000 |
| timestamp | LONG | YES |
Example Response
{
"status": "OK",
"type": "GENERAL",
"code": "000000000",
"data": {
"vipLevel": 1,
"bnbHold": "10000.0",
"totalGroups": 50,
"groupLimit": 1000,
"totalAssets": "10000.0",
"30dSpotVol": "10000.0",
"30dFutVol": "10000.0"
}
}