Mining
Mining Account Earning (USER_DATA)
Weight(IP): 5
get/sapi/v1/mining/payment/uid
Query parameters
algostring required
Algorithm(sha256)
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
Mining account earnings
Example response
{
"data": {
"accountProfits": [
{
"time": 1607443200000,
"coinName": "BTC",
"type": 2,
"puid": 59985472,
"subName": "vdvaghani",
"amount": 0.09186957
}
],
"totalNum": 3,
"pageSize": 20
}
}