cancel_all_orders
Cancel all open orders for a specified trading pair, supporting spot, linear, and inverse categories.
Instructions
Cancel all open orders for a symbol.
Args: symbol: The trading pair. category: Product type: spot, linear, inverse (default: spot).
Returns: Cancellation result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| category | No | spot |