Skip to main content
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

lmts-api-key
string
header
required

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
orderIds
array[]
required

Array of order IDs to be cancelled in a single batch operation

Example:

Response

All orders successfully cancelled

message
string
required

Confirmation message for the cancelled orders

Example:

"Orders canceled successfully"

canceled
string[]

Array of successfully cancelled order IDs

Example:
failed
object[]

Array of orders that failed to cancel with reasons