v1

latestOpenAPI 3.0.32026-07-2613529376.3 KB
Mining Pool

Get Mining Accounts

Returns a list of mining accounts for the authenticated user. Supports filtering by account name. Results are ordered by account creation time, newest first.

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

<Warning> Rate limit: 1000 requests/10 sec. </Warning>
post/api/v4/mining/accounts

Request body

namestring

Optional filter to search for a specific mining account name (exact match)

requeststring required

Request signature

nonceinteger required

Unique request identifier

Example request

{
  "name": "my_miner_01",
  "request": "{{request}}",
  "nonce": 1594297865000
}

Response

Successful response

limitinteger
offsetinteger