cancel_order
Cancel a specific order on Bybit by providing the trading pair and order ID, with an optional product type category.
Instructions
Cancel a specific order.
Args: symbol: The trading pair. order_id: Order ID to cancel. category: Product type: spot, linear, inverse (default: spot).
Returns: Cancellation result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| order_id | Yes | ||
| category | No | spot |