Wallet
Asset Dividend Record (USER_DATA)
Query asset Dividend Record
Weight(IP): 10
get/sapi/v1/asset/assetDividend
Query parameters
assetstring
Example:BNB
startTimeinteger
UTC timestamp in ms
endTimeinteger
UTC timestamp in ms
limitinteger
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
Records of asset devidend
Example response
{
"rows": [
{
"id": 242006910,
"amount": "10.00000000",
"asset": "BHFT",
"divTime": 1563189166000,
"enInfo": "BHFT distribution",
"tranId": 2968885920
}
],
"total": 1
}