Query Managed Sub-account List (For Investor) (USER_DATA)
API Description
Get investor's managed sub-account list.
HTTP Request
GET /sapi/v1/managed-subaccount/info
Request Weight(UID)
60
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
STRING | NO | Managed sub-account email | |
page | INT | NO | Default value: 1 |
limit | INT | NO | Default value: 20, Max value: 20 |
recvWindow | LONG | NO | |
timestamp | LONG | YES |
Response Example
{
"total": 3,
"managerSubUserInfoVoList": [
{
"rootUserId": 1000138475670
"managersubUserId": 1000137842513
"bindParentUserId": 1000138475669
"email": "[email protected]"
"insertTimeStamp": 1678435149000
"bindParentEmail": "[email protected]"
"isSubUserEnabled": true
"isUserActive": true
"isMarginEnabled": false
"isFutureEnabled": false
"isSignedLVTRiskAgreement": false
},
{
"rootUserId": 1000138475670
"managersubUserId": 1000137842514
"bindParentUserId": 1000138475669
"email": "[email protected]"
"insertTimeStamp": 1678435152000
"bindParentEmail": "[email protected]"
"isSubUserEnabled": true
"isUserActive": true
"isMarginEnabled": false
"isFutureEnabled": false
"isSignedLVTRiskAgreement": false
},
{
"rootUserId": 1000138475670
"managersubUserId": 1000137842515
"bindParentUserId": 1000138475669
"email": "[email protected]"
"insertTimeStamp": 1678435153000
"bindParentEmail": "[email protected]"
"isSubUserEnabled": true
"isUserActive": true
"isMarginEnabled": false
"isFutureEnabled": false
"isSignedLVTRiskAgreement": false
}
]
}