Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Fetch active Ostium limit orders for a trader.
const orders = await client.getOpenOrders();
await client.getOpenOrders({ user: '0xTraderAddress' });
pairId
idx
modifyOrder()
cancelOrder()
type Response = Array<{ pairTo: string; pairFrom: string; pairId: string; idx: number; side: 'B' | 'S'; limitPx: string; szi: string; orderType: string; tpPx?: string; slPx?: string; timestamp: number; }>;