Skip to main content
Returns the user’s open orders and trigger orders, paginated.
The examples on this page use Hyperliquid (provider: 'hyperliquid'). Replace the provider value with any supported DEX from getProviders().

Parameters

Returns

OrdersResponse:

OpenOrder fields

TriggerOrder fields

OrderType

API Reference: GET /orders
To look up a single order by id rather than listing all open orders, use getOrder() (see Order Status). On Lighter, getOrder() accepts a client_order_index-prefixed id built from a placed order’s clientOrderIndex — see Lighter / Trading.