Get Open Limit Orders For Pool
Paginated per-order detail for the wallet’s live limit orders in one pool,
sorted by placement time DESC. “Live” = has no close_limit_orders row.
Documentation Index
Fetch the complete documentation index at: https://docs.meteora.ag/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Base58-encoded wallet address
Base58-encoded LB pair (pool) address
Query Parameters
Page number, 1-indexed. Default: 1
x >= 1Number of results per page. Default: 20, max: 1000
1 <= x <= 1000Response
Top-level response for GET /wallets/{wallet}/limit_orders/open/pools/{pool_address}.
Pool metadata and live pool state are emitted once at the top; per-order
rows in data only carry order-specific fields.
Live active bin id from the dynamic pool cache.
x >= 0Pool's live price (token Y per token X) from the dynamic pool cache.
x >= 0x >= 0Pool-level metadata shared across all limit-order responses for a given pool. Same shape on both the open- and closed-order endpoints so clients can render the pool header from a single struct.
x >= 0
