get_open_orders
Reads pending orders from the runtime state snapshot, with optional filter by symbol or strategy. Returns idle response when no snapshot is present.
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. |