Cancel all orders
DELETE/api/v1/orders/all
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
DEPRECATED: Use /v1/cefi/orders/all instead. Requests cancellation of every active order belonging to the authenticated client. Processed asynchronously: the gateway dispatches a cancel per order and returns 202 Accepted immediately, listing the orders a cancel was dispatched for in accepted. Per-order completion is reported on the order event stream (cancel reports), not in this response. N.B. it is still possible to receive trades on an order while it is being canceled.
Request
Responses
- 202
- 401
- 403
- 500
- 503
Request accepted; cancellations are processed asynchronously.
Unauthorized.
Forbidden.
Internal server error.
Service unavailable.