cURL
curl --request POST \ --url https://whitebit.com/api/v4/order/oto-cancel \ --header 'Content-Type: application/json' \ --header 'X-TXC-APIKEY: <api-key>' \ --data ' { "market": "<string>", "otoId": 123, "request": "<string>", "nonce": "<string>" } '
This endpoint cancels an OTO order.
Rate limit: 10000 requests/10 sec.
API Key authentication for private endpoints.
Required headers:
OTO order cancelled