cURL
curl --request POST \ --url https://gateway.architect.exchange/orders/cancel_all_orders \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "symbol": "<string>" } '
{}
User session token
Request to cancel all orders for the authenticated user.
Optional symbol filter. If provided, only orders for this symbol will be canceled.
All orders canceled
Response for canceling all orders.