v1
latestOpenAPI 3.0.32026-07-2613529376.3 KBMining Pool
Create Mining Account
Creates a new mining account for the authenticated user. The account name must be unique within the user's accounts.
<Note> The number of mining accounts per user is capped (configurable server-side). Creating an account beyond the cap returns a `400` with `miningPool.validation.maxAccounts`. </Note> <Warning> Rate limit: 1000 requests/10 sec. </Warning>post/api/v4/mining/accounts/create
Request body
Example request
{
"name": "my_miner_01",
"referralCode": "REF123",
"request": "{{request}}",
"nonce": 1594297865000
}Response
Successful response