cancel_order
Cancel open orders on Binance USDT-M Futures by order ID or client order ID, including conditional orders with proper routing.
Instructions
Cancel a single open order by orderId or clientOrderId.
For algo (conditional) orders returned by get_open_orders with '_isAlgo': True, set is_algo=True — this routes to the Algo API using algoId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Trading pair, e.g. 'BTCUSDT' | |
| order_id | No | Binance order ID to cancel | |
| client_order_id | No | Client order ID to cancel | |
| is_algo | No | Set True for conditional orders (STOP_MARKET/TAKE_PROFIT_MARKET/etc.). Read '_isAlgo' from get_open_orders results to determine this. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||