Skip to main content
Get fees

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

Response

200 - application/json

Successful response

ticker
string

Currency ticker

Example:

"ETH"

name
string

Currency name

Example:

"Ethereum"

can_deposit
boolean

Deposit status (currency availability)

Example:

true

can_withdraw
boolean

Withdrawal status (currency availability)

Example:

true

deposit
object

Deposit fees and limits

withdraw
object

Withdrawal fees and limits