Skip to main content

查询托管子账户列表(适用投资人母账户)(USER_DATA)

接口描述#

获取投资人之托管子账户列表

HTTP请求#

GET /sapi/v1/managed-subaccount/info

请求权重(UID)#

60

请求参数#

名称类型是否必需描述
emailSTRINGNO托管子账户邮箱
pageINTNO默认值: 1
limitINTNO默认值: 20, 最大值: 20
recvWindowLONGNO
timestampLONGYES

响应示例#

{    "total": 3,    "managerSubUserInfoVoList": [        {            "rootUserId": 1000138475670,            "managersubUserId": 1000137842513,            "bindParentUserId": 1000138475669,            "email": "test_0_virtual@kq3kno9imanagedsub.com",            "insertTimeStamp": 1678435149000,            "bindParentEmail": "wdyw8xsh8pey@test.com",            "isSubUserEnabled": true,            "isUserActive": true,            "isMarginEnabled": false,            "isFutureEnabled": false,            "isSignedLVTRiskAgreement": false        },        {            "rootUserId": 1000138475670,            "managersubUserId": 1000137842514,            "bindParentUserId": 1000138475669,            "email": "test_1_virtual@4qd2u7zxmanagedsub.com",            "insertTimeStamp": 1678435152000,            "bindParentEmail": "wdyw8xsh8pey@test.com",            "isSubUserEnabled": true,            "isUserActive": true,            "isMarginEnabled": false,            "isFutureEnabled": false,            "isSignedLVTRiskAgreement": false        },        {            "rootUserId": 1000138475670,            "managersubUserId": 1000137842515,            "bindParentUserId": 1000138475669,            "email": "test_2_virtual@akc05o8hmanagedsub.com",            "insertTimeStamp": 1678435153000,            "bindParentEmail": "wdyw8xsh8pey@test.com",            "isSubUserEnabled": true,            "isUserActive": true,            "isMarginEnabled": false,            "isFutureEnabled": false,            "isSignedLVTRiskAgreement": false        }    ]}