pro_cancel_order
Cancel an open PRO order by its order ID. Returns the cancellation status. Only pending orders can be cancelled.
Instructions
Cancel a specific PRO order by ID. Only open/pending orders can be cancelled. Returns cancellation status. Use pro_get_open_orders first to see which orders can be cancelled. Order status ENUM: open (order is active and waiting to be filled), filled (order was completely executed), cancelled (order was cancelled or expired). [PRIVATE]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | Order UUID to filter or retrieve specific order details | |
| jwt | No | Optional session token for authentication. API keys are recommended for most use cases. |