Cancel multiple orders in batch
Trading
Cancel Orders (Batch)
POST
Cancel multiple orders in batch
This endpoint cancels multiple orders by internal
orderIds only.
To cancel by either
orderIds or clientOrderIds, use Batch Cancel Orders (Combined).Authorizations
Scoped API token with HMAC-SHA256 signing. Requires three headers: lmts-api-key (token ID), lmts-timestamp (ISO-8601), lmts-signature (Base64-encoded HMAC). See Authentication docs for details.
Body
application/json
Array of order IDs to be cancelled in a single batch operation
Example:
[
"6f52b6d2-6c9e-4a5c-8a4f-28ab4b7ff203",
"9e31c452-8a2b-42d1-b327-65f18d07dc96"
]Response
All orders successfully cancelled