pro_cancel_all_orders
Cancel all open Pro Trading orders. Optionally filter by trading pair. Returns count of cancelled orders.
Instructions
Cancel all open orders in Pro Trading. Optional pair filter to cancel only orders for a specific market. Returns count of cancelled orders. Use with caution as this affects all pending orders. [PRIVATE]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pair | No | Filter by trading pair (e.g., BTC-USD) | |
| jwt | No | Optional session token for authentication. API keys are recommended for most use cases. |