Skip to main content
POST
Cancel all orders
Cancel every open order belonging to the caller across every game and league. Use this for emergency stops — a kill switch from a monitoring system, for example. For a less destructive alternative that lets you resume orders later, see POST /session/pauseOrders (sister endpoint that cancels and remembers; pair with resumeOrders).

Request

POST /session/cancelAllOrders Takes no parameters.

Response

array
Per-order cancel results. Same shape as Cancel an order.

Example

Authorizations

Authorization
string
header
required

Pass your auth token in the Authorization header. The Bearer prefix is optional; the server also accepts a signed auth cookie or a token field in the request body.

Body

application/json

The body is of type object.

Response

Per-order cancel results

data
object[]