cancel_order
Cancel a specific trading order on Binance by providing the trading pair symbol and order ID to streamline order management and optimize trading strategies.
Instructions
Cancel a specific order.
Args: symbol: The trading pair. order_id: Order ID to cancel.
Returns: Cancellation result.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
order_id | Yes | ||
symbol | Yes |