Query Managed Sub Account Transfer Log (For Trading Team Master Account)
Trading team can use this api to query managed sub account transfer log. This endpoint is available for trading team 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): 60
Query parameters
UTC timestamp in ms
UTC timestamp in ms
Default 1
Default 500; max 1000.
Transfer Direction (FROM/TO)
Transfer function account type (SPOT/MARGIN/ISOLATED_MARGIN/USDT_FUTURE/COIN_FUTURE)
The value cannot be greater than 60000
UTC timestamp in ms
Signature
Response
Managed sub account transfer logs (for trading team)
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
}
]
}Changes
Changed in 2 of the 26 revisions of this API.3
- ○
the response property
countbecame required for the status200response-property-became-required
- ○
the response property
managerSubTransferHistoryVosbecame required for the status200response-property-became-required
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○