Skip to main content
Trading Balance

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
ticker
string

Currency's ticker. Example: BTC

Example:

"BTC"

request
string
Example:

"{{request}}"

nonce
integer
Example:

1594297865000

Response

Successful response

{key}
object