---
title: "Miner Info"
method: POST
path: "/api/v4/mining/miners/info"
tags: ["Mining Pool"]
---

# Miner Info

`POST /api/v4/mining/miners/info`

Returns fee information and stratum connection details with worker counts for a specific mining account.

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

## Request body

- object
  - `account` string, required — Mining pool account name

## Response `200`

Successful response

- object
  - `data` object
    - `fee` string — Fee percentage
    - `workers` object — Worker counts grouped by status
      - `online` integer — Number of online workers
      - `offline` integer — Number of offline workers
      - `low` integer — Number of low-hashrate workers
    - `stratum` object[]
      - `url` string
      - `workersCount` integer

## 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)
