Skip to main content
Get my codes

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

limit
integer
default:30

LIMIT is a special clause used to limit records a particular query can return.

Required range: 1 <= x <= 100
Example:

30

offset
integer
default:0

Use the OFFSET clause to return entries starting from a particular line.

Required range: 0 <= x <= 10000
Example:

0

Response

All validations succeeded and creating transaction is started

total
integer

Total number of codes

data
object[]
limit
integer
offset
integer