v1

latestOpenAPI 3.0.32026-07-2613529376.3 KB
Mining 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

accountstring required

Mining pool account

frominteger

Unix timestamp of starting point

tointeger

Unix timestamp of final point

interval'5m' | '1h' | '24h'

Timestamp interval

Example request

{
  "account": "miner123",
  "from": 1640995200,
  "to": 1641081600,
  "interval": "1h"
}

Response

Successful response