Cancel all orders
Orders
Cancel all orders
Cancel every open order belonging to your account
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, seeDocumentation Index
Fetch the complete documentation index at: https://docs.4casters.io/llms.txt
Use this file to discover all available pages before exploring further.
POST /session/pauseOrders (sister endpoint that cancels and remembers; pair with resumeOrders).
Request
POST /session/cancelAllOrders
Takes no parameters.
Response
Per-order cancel results. Same shape as Cancel an order.
Example
Authorizations
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