list_orders
Fetch Toss Securities order history with filters for status, symbol, and account to track open or filled orders.
Instructions
List orders / order history (주문 목록).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results | |
| cursor | No | Pagination cursor | |
| status | Yes | Order status filter, e.g. 'OPEN', 'FILLED' | |
| symbol | No | Optional symbol filter | |
| account_id | No | Account number; falls back to TOSS_DEFAULT_ACCOUNT |