Get orders
toss_get_ordersRetrieve regular orders by status to locate order IDs for modifying or canceling orders, and verify whether an order has filled.
Instructions
Lists regular orders in the account, filtered by status. Use it to find the orderId needed by toss_prepare_order_modify and toss_prepare_order_cancel, or to check whether an order filled. Conditional orders are listed separately by toss_get_conditional_orders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| from | No | KST date formatted YYYY-MM-DD. | |
| limit | No | Maximum number of rows in one page. Follow `cursor` from the response to fetch the rest. | |
| cursor | No | Pagination cursor taken from the previous response. Omit for the first page. | |
| status | Yes | OPEN lists orders that can still fill; CLOSED lists filled, cancelled, and expired ones. | |
| symbol | No | Restrict the list to one Korean 6-digit code or US ticker. Omit to list every symbol. |