v1

latestOpenAPI 3.0.32026-07-2613529376.3 KB
Mining Pool

Worker Hashrate History

Returns hashrate performance history for a specific worker on a mining account.

<Warning> Rate limit: 1000 requests/10 sec. </Warning>
post/api/v4/mining/workers/hashrate

Request body

accountstring required

Mining pool account name

workerstring required

Worker name

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

Time frame granularity

frominteger

Start timestamp in Unix seconds. Must be <= now

tointeger

End timestamp in Unix seconds. Must be <= now

Example request

{
  "account": "my_miner_01",
  "worker": "worker_001",
  "interval": "1h",
  "from": 1709290000,
  "to": 1709340000
}

Response

Successful response