Skip to main content
DELETE
Cancel orders on a market
DELETE /orders-v3/market submits a cancel command for every PENDING or ACTIVE order you hold on a single market, across both outcomes. For anything finer than a market — one side, one price level — name the ids on DELETE /orders-v3.
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?marketHash=… 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.

Query Parameters

marketHash
string
required

Market hash to cancel orders for. 32-byte hex.

Response

status
string

success or failure if the request succeeded or not

data
object
Last modified on September 14, 2026