Skip to main content
POST
/
v1
/
actions
/
wealth
/
limitOrder
/
cancel
Cancel Limit Order
curl --request POST \
  --url https://api.aegisintent.xyz/v1/actions/wealth/limitOrder/cancel \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-Aegis-Email: <x-aegis-email>' \
  --data '
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.aegisintent.xyz/llms.txt

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

Cancel an active limit order by its UUID. Only orders with PENDING status can be cancelled.

Authorizations

Authorization
string
header
required

Provide raw API session token issued by /v1/connect/complete

Headers

X-Aegis-Email
string
required

Agent email address

Body

application/json
id
string<uuid>
required

Response

200

Limit order cancelled