The endpoint returns the hashrate history of a mining pool account.
The maximum time window depends on the selected interval:
5m — up to 3 days1h — up to 7 days24h — up to 30 daysWhen from is omitted, the endpoint returns the last 14 data points from the to timestamp.
The API does not cache the response.
API key authentication using signed requests
Mining pool account
"miner123"
Start Unix timestamp. When omitted, defaults to returning the last 14 data points from the to timestamp.
1640995200
End Unix timestamp. Defaults to the current time when omitted.
1641081600
Time interval for data points.
5m, 1h, 24h "1h"
Successful response