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": "<string>", "from": 123, "to": 123, "interval": "1h" } '
{ "data": { "account": "<string>", "hashrate": [ { "timestamp": 123, "hashrate": "<string>" } ] } }
This endpoint returns hashrate of mining pool account.
Rate limit: 1000 requests/10 sec.
API key authentication using signed requests
Mining pool account
Unix timestamp of starting point
Unix timestamp of final point
Timestamp interval
5m
1h
24h
Successful response
Show child attributes