Cancel orders by market or across all markets
Order & Leverage Management
Cancel Orders
This endpoint cancels orders by market or across all markets.
DELETE
Cancel orders by market or across all markets
Documentation Index
Fetch the complete documentation index at: https://docs.rails.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Market name. Example value: ETH-USD. To get all supported markets, call /api/v1/markets endpoint. To cancel orders across all markets, use the value all.
Client-generated UUID for correlation. Example value: 0835bf3e-4a20-41f0-908d-8213f2b7a285. If not provided, a random UUID will be generated.
Response
A message describing the result of the cancel orders operation.