Skip to main content
POST
Get order statuses in batch
Look up orders by either orderId (internal) or clientOrderId (your identifier). Provide exactly one per item — not both.
A taker rejected by self-trade prevention (cancel_taker / cancel_both) shows execution.settlementStatus: "CANCELED" with execution.reason: "STP_TAKER_REJECTED". With cancel_maker, the canceled resting order IDs appear in execution.stpMakerCancels.

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
items
object[]
required

List of status lookup queries (1-50 items)

Required array length: 1 - 50 elements

Response

Batch order statuses

results
object[]
required

Array of status results corresponding to request items