Skip to main content
POST
Cancel multiple orders by hash

Authorizations

Authorization
string
header
required

SIWE access token returned by POST /auth/verify.

Body

application/json
orderHashes
string[]
required

Exact order hashes to cancel.

Required array length: 1 - 100 elements
Pattern: ^0x[0-9a-fA-F]{64}$
account
string

Optional authorized wallet when the SIWE session controls multiple wallets.

Response

Cancellation batch processed; individual orders may have failed.

cancelled
integer
required

Number of successfully cancelled orders.

Required range: x >= 0
orderHashes
string[]
required

Hashes of successfully cancelled orders.

failed
object[]
required

Orders that were not cancelled and their errors.