cURL
curl --request POST \ --url https://whitebit.com/api/v4/convert/confirm \ --header 'Content-Type: application/json' \ --data ' { "quoteId": "4050" } '
{ "finalGive": "0.00002901", "finalReceive": "1" }
This endpoint confirms an estimated quote.
Rate limit: 10000 requests/10 sec.
Quote ID
"4050"
Nonce for request
Request path
Successful response
Final amount given
"0.00002901"
Final amount received
"1"