Sub-Account
Sub-account Deposit History (For Master Account)
Fetch sub-account deposit history
Weight(IP): 1
get/sapi/v1/capital/deposit/subHisrec
Query parameters
emailstring required
Sub-account email
coinstring
Example:BNB
Coin name
statusinteger
0(0:pending,6: credited but cannot withdraw, 1:success)
startTimeinteger
UTC timestamp in ms
endTimeinteger
UTC timestamp in ms
limitinteger
offsetinteger
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
Sub-account deposit history
Example response
[
{
"amount": "0.00999800",
"coin": "PAXG",
"network": "ETH",
"status": 1,
"address": "0x788cabe9236ce061e5a892e1a59395a81fc8d62c",
"txId": "0xaad4654a3234aa6118af9b4b335f5ae81c360b2394721c019b5d1e75328b09f3",
"insertTime": 1599621997000,
"confirmTimes": "12/12"
}
]