Mining
Extra Bonus List (USER_DATA)
Weight(IP): 5
get/sapi/v1/mining/payment/other
Query parameters
algostring required
Algorithm(sha256)
userNamestring required
Mining Account
coinstring
Example:BNB
Coin name
startDatestring
Search date, millisecond timestamp, while empty query all
endDatestring
Search date, millisecond timestamp, while empty query all
pageIndexinteger
Page number, default is first page, start form 1
pageSizestring
Number of pages, minimum 10, maximum 200
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
List of extra bonuses
Example response
{
"data": {
"otherProfits": [
{
"time": 1607443200000,
"coinName": "BTC",
"type": 4,
"profitAmount": 0.0011859,
"status": 2
}
],
"totalNum": 3,
"pageSize": 20
}
}