v1
latestOpenAPI 3.0.32026-07-2613529376.3 KBMining 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
Example request
{
"name": "my_miner_01",
"request": "{{request}}",
"nonce": 1594297865000
}Response
Successful response