get_open_orders
Read pending orders from the runtime state snapshot. Filter by symbol or strategy to check in-flight orders on Bybit.
Instructions
Read in-flight orders from the runtime state snapshot. Use this for 'what orders are pending' / 'do I have anything sitting on Bybit'. Optional substring filter matches against symbol_name or strategy. Returns the engine_not_running idle response when no snapshot is present yet (no error). Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Case-insensitive substring matched against symbol_name or strategy. | |
| state_path | No | Override snapshot path. |