cURL
curl --request POST \ --url https://v2.55-tech.com/cancel-all-orders \ --header 'X-API-Key: <api-key>'
{ "status": "<string>", "cancelledCount": 123, "cancelled": [ {} ], "notCancelled": { "reason": "<string>", "orders": [ {} ] } }
Cancel ALL pending and partially-placed orders for the authenticated client.
Behavior:
notCancelled
API key for authentication. Contact contact@55-tech.com to obtain a key.
Cancellation result
'cancelled'
Number of orders cancelled
Cancelled orders with enriched details
Orders that could not be cancelled
Show child attributes