cURL
curl --request POST \ --url https://whitebit.com/api/v4/mining/hashrate \ --header 'Content-Type: application/json' \ --header 'X-TXC-APIKEY: <api-key>' \ --data ' { "account": "miner123", "from": 1640995200, "to": 1641081600, "interval": "1h" } '
{ "data": { "account": "<string>", "hashrate": [ { "timestamp": 123, "hashrate": "<string>" } ] } }
The endpoint returns hashrate of mining pool account.
Rate limit: 1000 requests/10 sec.
The API does not cache the response.
API key authentication using signed requests
Mining pool account
"miner123"
Unix timestamp of starting point
1640995200
Unix timestamp of final point
1641081600
Timestamp interval
5m
1h
24h
"1h"
Successful response
Show child attributes
Was this page helpful?
Suggestions
Contact support