Sub-Account
Query Managed Sub Account Transfer Log (For Investor Master Account)
Investor can use this api to query managed sub account transfer log. This endpoint is available for investor of Managed Sub-Account. A Managed Sub-Account is an account type for investors who value flexibility in asset allocation and account application, while delegating trades to a professional trading team.
Weight(IP): 1
get/sapi/v1/managed-subaccount/queryTransLogForInvestor
Query parameters
emailstring required
startTimeinteger
UTC timestamp in ms
endTimeinteger
UTC timestamp in ms
pageinteger
Example:1
Default 1
limitinteger
Example:5
Default 500; max 1000.
transfersstring
Example:FROM
Transfer Direction (FROM/TO)
transferFunctionAccountTypestring
Example:SPOT
Transfer function account type (SPOT/MARGIN/ISOLATED_MARGIN/USDT_FUTURE/COIN_FUTURE)
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
Managed sub account transfer logs (for invest account)
Example response
{
"count": 2,
"managerSubTransferHistoryVos": [
{
"fromEmail": "test_0_virtual@kq3kno9imanagedsub.com",
"fromAccountType": "SPOT",
"toEmail": "wdywl0lddakh@test.com",
"toAccountType": "SPOT",
"asset": "BNB",
"amount": "0.01",
"scheduledData": 1626144956000,
"createTime": 1626144956000,
"status": "SUCCESS",
"tranId": 91077779
}
]
}