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>" } ] } }
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?