Skip to main content

Query User Delegation History(For Master Account)(USER_DATA)

API Description

Query User Delegation History

HTTP Request

GET /sapi/v1/asset/custody/transfer-history

Request Weight(IP)

60

Request Parameters

NameTypeMandatoryDescription
emailSTRINGYES
startTimeLONGYES
endTimeLONGYES
typeENUMNODelegate/Undelegate
assetSTRINGNO
currentINTEGERNOdefault 1
sizeINTEGERNOdefault 10, max 100
recvWindowLONGNO
timestampLONGYES
  • You need to open Enable Spot & Margin Trading permission for the API Key which requests this endpoint

Response Example

{
"total": 3316,
"rows": [
{
"clientTranId": "293915932290879488",
"transferType": "Undelegate",
"asset": "ETH",
"amount": "1",
"time": 1695205406000
},
{
"clientTranId": "293915892281413632",
"transferType": "Delegate",
"asset": "ETH",
"amount": "1",
"time": 1695205396000
}
]
}