Sub-Account
Sub-account Spot Asset Transfer History (For Master Account)
- fromEmail and toEmail cannot be sent at the same time.
- Return fromEmail equal master account email by default.
Weight(IP): 1
get/sapi/v1/sub-account/sub/transfer/history
Query parameters
fromEmailstring
Sub-account email
toEmailstring
Sub-account email
startTimeinteger
UTC timestamp in ms
endTimeinteger
UTC timestamp in ms
pageinteger
Example:1
Default 1
limitinteger
Example:1
Default 1
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
Sub-account Spot Asset Transfer History
Example response
[
{
"from": "aaa@test.com",
"to": "bbb@test.com",
"asset": "BTC",
"status": "SUCCESS",
"tranId": 6489943656,
"time": 1544433328000
}
]