Grid Order Detail
grid_detailRetrieve full details for a grid order, including rule parameters, status, embedded sub-orders, and lifecycle history. Supports cursor and limit paging for large histories.
Instructions
Full detail for one grid order: rule parameters, status, embedded child orders (grid_sub_orders) and lifecycle history (grid_order_history). Supports history_id cursor + limit paging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size for the embedded sub-order / history lists. | |
| order_id | Yes | Grid order ID. | |
| history_id | No | History cursor for paging the embedded trigger history. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| symbol | No | ||
| order_id | No | ||
| expire_time | No | ||
| grid_status | No | ||
| suspend_reason | No | ||
| grid_sub_orders | No | ||
| lower_limit_price | No | ||
| upper_limit_price | No | ||
| grid_order_history | No | ||
| settlement_currency | No | ||
| submitted_base_price | No |