Cancels all open orders for a specific user in a given market. This removes all pending and partially filled orders from the order book.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/jogeshwar01/exchange/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
DELETE /api/v1/orders
Request
Body parameters
The unique identifier of the user whose orders to cancel
The trading pair market (e.g., “SOL_USDC”, “BTC_USDT”)
Response
Success response
Status message indicating all orders were cancelled
The unique identifier of the user whose orders were cancelled
Error response
Status message indicating the cancellation failed
Example
Error codes
- 200 OK - All orders cancelled successfully
- 500 Internal Server Error - Failed to cancel orders or Redis connection error