getOpenOrders
Retrieve real-time open and partially filled orders from Bybit. Filter by category, symbol, and paginate results.
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 |
|---|---|---|---|
| category | Yes | ||
| symbol | No | ||
| baseCoin | No | ||
| settleCoin | No | ||
| orderId | No | ||
| orderLinkId | No | ||
| openOnly | No | 0 | |
| orderFilter | No | ||
| limit | No | ||
| cursor | No |