v1
latestOpenAPI 3.0.32026-07-2613529376.3 KBMining Pool
Get Mining Account Hashrate
The endpoint returns hashrate of mining pool account.
<Note> There is no dedicated "mining not enabled" error. An account that is administratively disabled for mining returns HTTP `200` with empty data rather than an error. </Note> <Warning> Rate limit: 1000 requests/10 sec. </Warning> <Note> The API does not cache the response. </Note>post/api/v4/mining/hashrate
Request body
Example request
{
"account": "miner123",
"from": 1640995200,
"to": 1641081600,
"interval": "1h"
}Response
Successful response