cURL
curl --request POST \ --url https://whitebit.com/api/v4/order/conditional-cancel \ --header 'Content-Type: application/json' \ --header 'X-TXC-APIKEY: <api-key>' \ --data ' { "market": "BTC_USDT", "id": 117703764514, "request": "{{request}}", "nonce": "{{nonce}}" } '
{ "code": 30, "message": "Validation failed", "errors": {} }
Cancel an active conditional order on your collateral trading account.
API Key authentication for private endpoints.
Required headers:
"BTC_USDT"
117703764514
"{{request}}"
"{{nonce}}"
Order cancelled
Was this page helpful?