Skip to main content
POST
Batch Cancel Orders

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Batch cancel order request. You can cancel unfilled or partially filled orders. TODO: Maximum 20 orders per request

request
object[]
required
await_outcome
boolean

If true, gateway waits up to a server-defined timeout (currently 3s) for final engine outcomes and maps them into exit_info.

If false (default), exit_info reports edge outcomes (validation + publish ack).

Response

200 - application/json

Orders canceled

Response of batch cancel orders.

exit_info
object[]
required

Information about the exit status of each order in the batch.

result
object[]
required
time
string<date-time>
required
Example:

"1672531200000"