Skip to main content

Asset Dividend Record (USER_DATA)

API Description

Query asset dividend record.

HTTP Request

GET /sapi/v1/asset/assetDividend

Request Weight(IP)

10

Request Parameters

NameTypeMandatoryDescription
assetSTRINGNO
startTimeLONGNO
endTimeLONGNO
limitINTNODefault 20, max 500
recvWindowLONGNO
timestampLONGYES
  • There cannot be more than 180 days between parameter startTime and endTime.

Response Example

{
"rows": [
{
"id": 1637366104,
"amount": "10.00000000",
"asset": "BHFT",
"divTime": 1563189166000,
"enInfo": "BHFT distribution",
"tranId": 2968885920,
"direction": 1 //direction: 1 for Asset credited (inflow), -1 for Asset debited (outflow)
},
{
"id": 1631750237,
"amount": "10.00000000",
"asset": "BHFT",
"divTime": 1563189165000,
"enInfo": "BHFT distribution",
"tranId": 2968885920,
"direction": 1
}
],
"total": 2
}