Get Closed Limit Orders For Pool
Paginated per-order lifecycle view for the wallet’s closed limit orders in
one pool, sorted by last_closed_at DESC.
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/closed/pools/{pool_address}.
Pool metadata is emitted once at the top; per-order rows in data only
carry order-specific fields.
x >= 0x >= 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
