Skip to main content
DELETE
Cancel all orders
DELETE /orders-v3/all submits a cancel command for every PENDING or ACTIVE order belonging to the authenticated address, across every market and event.
This is an asynchronous endpoint — a 200 means submitted, not cancelled. The route publishes cancel commands and returns without waiting for a response, so your orders are still on the book when the response arrives. Confirm with GET /orders-v3?eventId=… or watch account:orders_v3_#{address} before acting on the result.

Authorizations

x-sx-api-key
string
header
required

API key, sent as the x-sx-api-key header.

Response

status
string

success or failure if the request succeeded or not

data
object
Last modified on August 11, 2026