---
title: "Mining Pool Overview"
method: GET
path: "/api/v4/public/mining-pool"
tags: ["Public API V4"]
---

# Mining Pool Overview

`GET /api/v4/public/mining-pool`

The endpoint returns overall information about the current mining pool state.

Hash rate is expressed in H units.

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

## Response `200`

Successful response

- object
  - `data` object
    - `connection_links` string[]
    - `location` string
    - `assets` string[]
    - `reward_schemes` string[]
    - `workers` integer
    - `current_hash_rate` string
    - `last7days_hash_rate` object[]
      - `timestamp` integer
      - `hashrate` string
    - `blocks` object[]
      - `block_found_at` integer
      - `block_height` integer

---

[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/revisions/76c9def9942f/schema)
