get_open_orders
Get a list of currently open or pending orders, filterable by instrument, order type, state, and pagination.
Instructions
Get list of currently open/pending orders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instId | No | Instrument ID, e.g. BTC-USDT | |
| orderType | No | Order type filter: market, limit, post_only, fok, ioc | |
| state | No | State filter: live, partially_filled | |
| after | No | Pagination - records earlier than this orderId | |
| before | No | Pagination - records newer than this orderId | |
| limit | No | Number of results, max 100. Default 20. |