Create Mining Account
Create Mining Account
Create a new mining account linked to a WhiteBIT account via the V4 API.
POST
Create Mining Account
Authorizations
The public WhiteBIT API key.
Base64-encoded JSON request body.
HMAC-SHA512 signature of the payload, hex-encoded. Computed as hex(HMAC-SHA512(payload, api_secret)).
Body
application/json
Mining pool account name. Must be unique. Alphanumeric characters and underscores allowed.
Maximum string length:
255Example:
"my_miner_01"
Request signature
Example:
"{{request}}"
Unique request identifier
Example:
"{{nonce}}"
Optional referral code for account creation
Maximum string length:
50Example:
"REF123"
Response
Successful response