cancel_all_orders
Cancel all open orders for a trading pair on Binance Futures. Remove regular orders, conditional orders, or both simultaneously to manage risk and clear order books.
Instructions
Cancel all open orders for a symbol.
With source='all' (default), cancels both regular and algo (conditional) orders in parallel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Trading pair, e.g. 'BTCUSDT' | |
| source | No | Which orders to cancel: 'regular' = standard orders only, 'algo' = conditional orders only (STOP_MARKET/TAKE_PROFIT_MARKET/etc.), 'all' = both (default). | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||