---
title: "Worker Names"
method: POST
path: "/api/v4/mining/workers/names"
tags: ["Mining Pool"]
---

# Worker Names

`POST /api/v4/mining/workers/names`

Returns a paginated list of online worker names for a specific mining account.
Results are ordered by worker name ascending (alphabetical).

The response does not include a `total` field. Detect the last page when
`data.workers.length < limit`.

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

## Request body

- object
  - `account` string, required — Mining pool account name
  - `offset` integer — Pagination offset
  - `limit` integer — Pagination limit

## Response `200`

Successful response

- object
  - `data` object
    - `workers` string[]
  - `limit` integer
  - `offset` 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)
