Skip to main content
Confirm Sub-Account Withdrawal

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

External id of the withdrawal transaction to confirm.

Example:

"f47ac10b-58cc-4372-a567-0e02b2c3d479"

Response

Successful response — the withdrawal is confirmed

The response is of type object.