Skip to main content
Create Mining Account

Authorizations

X-TXC-APIKEY
string
header
required

The public WhiteBIT API key.

X-TXC-PAYLOAD
string
header
required

Base64-encoded JSON request body.

X-TXC-SIGNATURE
string
header
required

HMAC-SHA512 signature of the payload, hex-encoded. Computed as hex(HMAC-SHA512(payload, api_secret)).

Body

application/json
name
string
required

Mining pool account name. Must be unique. Alphanumeric characters and underscores allowed.

Maximum string length: 255
Example:

"my_miner_01"

request
string
required

Request signature

Example:

"{{request}}"

nonce
integer
required

Unique request identifier

Example:

1594297865000

referralCode
string

Optional referral code for account creation

Maximum string length: 50
Example:

"REF123"

Response

Successful response

data
object