Skip to main content
POST

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
required

Currency's ticker.

Example:

"XLM"

request
string
required

Request signature

Example:

"{{request}}"

nonce
string
required

Unique request identifier

Example:

"{{nonce}}"

network
string

Currency's network (for multinetwork currencies). Example: OMNI or TRC20 or ERC20. For USDT default network is ERC20(ETH).

Example:

"ERC20"

type
enum<string>

Address type, available for specific currencies list (see address types table in endpoint description)

Available options:
p2sh-segwit,
bech32
Example:

"bech32"

Response

All validations succeeded and creating transaction is started

account
object
required
object