cURL
curl --request DELETE \ --url https://api.vatic.trading/api/v1/orders/{orderId} \ --header 'x-api-key: <api-key>'
{ "ok": true, "orderId": "0xabc...", "result": {} }
Cancels one open order by its hash. Verifies the order belongs to the caller’s wallet before cancelling.
Required for order endpoints. Obtain your API key from the Vatic dashboard.
Order hash (0x-prefixed).
"0xabc123..."
Order cancelled