Skip to main content
POST
/
api
/
v4
/
convert
/
confirm
Convert Confirm
curl --request POST \
  --url https://whitebit.com/api/v4/convert/confirm \
  --header 'Content-Type: application/json' \
  --header 'X-TXC-APIKEY: <api-key>' \
  --data '
{
  "quoteId": "4050"
}
'
{
  "finalGive": "0.00002901",
  "finalReceive": "1"
}

Authorizations

X-TXC-APIKEY
string
header
required

API Key authentication for private endpoints.

Required headers:

  • X-TXC-APIKEY: API key
  • X-TXC-PAYLOAD: Base64 encoded JSON payload
  • X-TXC-SIGNATURE: HMAC SHA512 signature

Body

application/json
quoteId
string
required

Quote ID

Example:

"4050"

nonce
integer

Nonce for request

Example:

1699260637

request
string

Request path

Example:

"{{request}}"

Response

Successful response

finalGive
string

Final amount given

Example:

"0.00002901"

finalReceive
string

Final amount received

Example:

"1"