Skip to main content
DELETE
/
api
/
v1
/
orders
/
{orderId}
Cancel a single order
curl --request DELETE \
  --url https://api.vatic.trading/api/v1/orders/{orderId} \
  --header 'x-api-key: <api-key>'
{
  "ok": true,
  "orderId": "0xabc...",
  "result": {}
}

Authorizations

x-api-key
string
header
required

Required for order endpoints. Obtain your API key from the Vatic dashboard.

Path Parameters

orderId
string
required

Order hash (0x-prefixed).

Example:

"0xabc123..."

Query Parameters

walletId
string<uuid>
required

Response

Order cancelled