get_orders
Retrieve orders by lifecycle status (OPEN or CLOSED). Filter by date range, symbol, or account; use cursor and limit for closed orders.
Instructions
List orders by lifecycle group. status: OPEN (in-progress) or CLOSED (finished).
from_date/to_date: YYYY-MM-DD (KST, by order time). cursor/limit apply to CLOSED only (limit default 20, max 100; ignored for OPEN, which returns all).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| status | Yes | ||
| symbol | No | ||
| to_date | No | ||
| from_date | No | ||
| account_seq | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||