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' \
  --data '
{
  "quoteId": "4050"
}
'
{
  "finalGive": "0.00002901",
  "finalReceive": "1"
}

Body

application/json
quoteId
string
required

Quote ID

Example:

"4050"

nonce
integer

Nonce for request

request
string

Request path

Response

Successful response

finalGive
string

Final amount given

Example:

"0.00002901"

finalReceive
string

Final amount received

Example:

"1"