Submit scoped BSL cancel-all
POST/api/v1/bsl/orders/cancel-all
Scoped recovery cancel
POST /api/v1/bsl/orders/cancel-all is the recovery path for market makers
that lost local order-id tracking. An empty object targets all open orders for
the authenticated engine account. Narrow the operation with market, book,
and side whenever possible.
The HTTP 200 response is an acknowledgement boundary only. A reported
cancelledOrders count is not a substitute for terminal cancel reports.
Reconcile through the private execution stream, drop-copy, receipts, or a fresh
open-order read before reseeding the affected quote family.
Cancels the authenticated engine account's open orders, optionally narrowed by market, book, and side. HTTP 200 is an acknowledgement boundary only; reconcile terminal cancel reports through the private execution stream, drop-copy, receipts, or a fresh open-order read.
Request
Responses
- 200
- default
Scoped cancel-all acknowledgement
Structured API error
Response Headers
Stable request correlation id generated or echoed by the server.