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

Documentation Index

Fetch the complete documentation index at: https://unitedmarket.mintlify.app/llms.txt

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

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.