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