Worker Hashrate History
Worker Hashrate
Retrieve hashrate history for a specific mining worker at configurable intervals via the V4 API.
POST
Worker Hashrate History
Authorizations
The public WhiteBIT API key.
Base64-encoded JSON request body.
HMAC-SHA512 signature of the payload, hex-encoded. Computed as hex(HMAC-SHA512(payload, api_secret)).
Body
application/json
Mining pool account name
Maximum string length:
255Example:
"my_miner_01"
Worker name
Maximum string length:
255Example:
"worker_001"
Time frame granularity
Available options:
5m, 1h, 24h Example:
"1h"
Start timestamp in Unix seconds. Must be <= now
Example:
1709290000
End timestamp in Unix seconds. Must be <= now
Example:
1709340000
Response
Successful response