v1

latestOpenAPI 3.0.32026-07-2613529376.3 KB
Mining Pool

Worker 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>
post/api/v4/mining/workers/names

Request body

accountstring required

Mining pool account name

offsetinteger

Pagination offset

limitinteger

Pagination limit

Example request

{
  "account": "my_miner_01",
  "limit": 50
}

Response

Successful response

limitinteger
offsetinteger