---
title: "Worker Hashrate History"
method: POST
path: "/api/v4/mining/workers/hashrate"
tags: ["Mining Pool"]
---

# Worker Hashrate History

`POST /api/v4/mining/workers/hashrate`

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

<Warning>
Rate limit: 1000 requests/10 sec.
</Warning>

## Request body

- object
  - `account` string, required — Mining pool account name
  - `worker` string, required — Worker name
  - `interval` '5m' | '1h' | '24h' — Time frame granularity
  - `from` integer — Start timestamp in Unix seconds. Must be <= now
  - `to` integer — End timestamp in Unix seconds. Must be <= now

## Response `200`

Successful response

- object
  - `data` object
    - `hashrates` object[]
      - `time` integer
      - `hashrate` string — Hashrate in TH/s

## Other responses

- `400` — Validation failed

---

[API](https://skmtc.net/whitebit/apis/whitebit-private-http-api-v4.md) · [All operations](https://skmtc.net/whitebit/apis/whitebit-private-http-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/whitebit/whitebit-private-http-api-v4/versions/76c9def9942f/schema)
