Skip to main content
POST
/
api
/
v1
/
orders
/
cancel-all
Cancel all orders
curl --request POST \
  --url https://api.example.com/api/v1/orders/cancel-all \
  --header 'X-API-Key: <api-key>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.55-tech.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Client API key (UUID format). Get your key from the admin dashboard.

Query Parameters

exchange
string | null

Filter by exchange

fixtureId
string | null

Filter by fixture ID

Response

Successful Response

The response is of type Response Cancel All Client Orders Api V1 Orders Cancel All Post · object.