Skip to main content
Get Mining Accounts

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
request
string
required

Request signature

Example:

"{{request}}"

nonce
integer
required

Unique request identifier

Example:

1594297865000

name
string

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

Maximum string length: 255
Example:

"my_miner_01"

Response

Successful response

data
object[]
limit
integer
offset
integer