Mining
Account List (USER_DATA)
Weight(IP): 5
get/sapi/v1/mining/statistics/user/list
Query parameters
algostring required
Algorithm(sha256)
userNamestring required
Mining Account
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
List of mining accounts
Example response
{
"data": [
{
"type": "H_hashrate",
"userName": "test",
"list": [
{
"time": 1585267200000,
"hashrate": "0.00000000",
"reject": "0.00000000"
}
]
}
]
}