Skip to main content
DELETE
Cancel all of a user's orders in a specific market

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.

Response

All orders successfully cancelled

message
string
required

Confirmation message for cancelling all 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