Get conditional orders
toss_get_conditional_ordersFetches conditional (trigger-based) orders filtered by status. Retrieve the conditionalOrderId needed to modify or cancel these orders.
Instructions
Lists conditional (trigger-based) orders in the account, filtered by status. Use it to find the conditionalOrderId needed by toss_prepare_conditional_order_modify and toss_prepare_conditional_order_cancel. Regular orders are listed separately by toss_get_orders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 conditions still armed and waiting to trigger; CLOSED lists triggered, cancelled, and expired ones. | |
| symbol | No | Restrict the list to one Korean 6-digit code or US ticker. Omit to list every symbol. |