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
- 409
- 429
- 503
- default
Scoped cancel-all acknowledgement
Conflicting state or Idempotency-Key reused with a different request body. Do not retry with the same key and a different body.
Response Headers
Stable request correlation id generated or echoed by the server.
Admission budget exceeded. Honor Retry-After and the X-RateLimit-* headers before retrying.
Response Headers
Stable request correlation id generated or echoed by the server.
Delay in seconds before another admission attempt. Only emitted on responses that have a known retry delay.
Configured action budget for the current rate-limit window.
Remaining actions in the current rate-limit window.
Milliseconds until the current action rate-limit window resets.
Inferred quota values describe fallback signalling, not measured account capacity.
Temporary admission/readiness or queue-capacity failure. Honor Retry-After; reconcile accepted work before retrying.
Response Headers
Stable request correlation id generated or echoed by the server.
Delay in seconds before another admission attempt. Only emitted on responses that have a known retry delay.
Configured action budget for the current rate-limit window.
Remaining actions in the current rate-limit window.
Milliseconds until the current action rate-limit window resets.
Inferred quota values describe fallback signalling, not measured account capacity.
Error response. Prefer the nested ApiErrorResponse via X-SC-Error-Format: envelope-v1; existing unnegotiated handler responses can retain a documented legacy flat shape through the compatibility period.
Response Headers
Stable request correlation id generated or echoed by the server.