getOpenOrders
Retrieve unfilled or partially filled orders in real time, including recently terminated ones (up to 500 per category). Requires category; supports pagination and filtering by symbol, coin, or order ID.
Instructions
Query real-time unfilled or partially filled orders.
For linear/inverse: at least one of
symbol,baseCoin, orsettleCoinis requiredUse
openOnly=1to include recently terminated orders (up to 500 per category)Supports pagination via
cursorMay experience latency during extreme market volatility
Agent hint: Use this endpoint to list currently active (open) orders. For historical orders, use getOrderHistory instead. TradFi: use category=spot to query open xStock orders, category=linear for equity/commodity perpetual orders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| symbol | No | ||
| orderId | No | ||
| baseCoin | No | ||
| category | Yes | ||
| openOnly | No | 0 | |
| settleCoin | No | ||
| orderFilter | No | ||
| orderLinkId | No |