Toss Get Orders
toss_get_ordersRetrieve order history or open orders for an account using filters like status, symbol, date range, cursor, and limit.
Instructions
List orders for an account using filters such as status, symbol, date range, cursor, and limit. Use this for order history or open-order lists, not for fetching a known single orderId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountSeq | No | Toss accountSeq. If omitted, TOSSINVEST_ACCOUNT is used. | |
| status | Yes | ||
| symbol | No | ||
| from | No | ||
| to | No | ||
| cursor | No | ||
| limit | No |