---
title: "Get Mining Account Hashrate"
method: POST
path: "/api/v4/mining/hashrate"
tags: ["Mining Pool"]
---

# Get Mining Account Hashrate

`POST /api/v4/mining/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>

## Request body

- object
  - `account` string, required — Mining pool account
  - `from` integer — Unix timestamp of starting point
  - `to` integer — Unix timestamp of final point
  - `interval` '5m' | '1h' | '24h' — Timestamp interval

## Response `200`

Successful response

- object
  - `data` object
    - `account` string
    - `hashrate` object[]
      - `timestamp` integer
      - `hashrate` string
      - `rejectRate` number — Share reject rate (e.g. `0.01` means 1%)

## Other responses

- `400` — Validation failed
- `422` — Request 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)
