Skip to main content
Confirm Sub-Account Withdrawal
curl --request POST \
  --url https://whitebit.com/api/v4/sub-account/withdraw/confirm \
  --header 'Content-Type: application/json' \
  --header 'X-TXC-APIKEY: <api-key>' \
  --header 'X-TXC-PAYLOAD: <api-key>' \
  --header 'X-TXC-SIGNATURE: <api-key>' \
  --data '
{
  "id": "f47ac10b-58cc-4372-a567-0e02b2c3d479"
}
'
{}

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.