Wallet
Query User Delegation History(For Master Account) (USER_DATA)
Query User Delegation History
Weight(IP): 60
get/sapi/v1/asset/custody/transfer-history
Query parameters
emailstring required
Example:alice@test.com
startTimeinteger required
Example:1695205406000
endTimeinteger required
Example:1695205396000
typestring
Example:Delegate
assetstring required
Example:BTC
currentinteger
Example:1
Current querying page. Start from 1. Default:1
sizeinteger
Example:100
Default:10 Max:100
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
Delegation History
Example response
{
"total": 3316,
"rows": [
{
"clientTranId": "293915932290879488",
"transferType": "Undelegate",
"asset": "ETH",
"amount": "1",
"time": 1695205406000
}
]
}