Skip to main content
POST
https://api.unitedmarket.ai
/
markets
/
{id}
/
orders
/
cancel-all
Cancel all market orders
curl --request POST \
  --url https://api.unitedmarket.ai/markets/{id}/orders/cancel-all \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

SIWE access token returned by POST /auth/verify.

Path Parameters

id
string
required

Market id.

Response

200 - application/json

Orders cancelled.

The response is of type object.