Get Limit Order Summary
Returns aggregate totals for a user’s limit orders across all pools:
open/closed order counts, total deposit value, and total bonus fees earned.
“Open” means placed with no close_limit_orders row. “Closed” means the
order has a close_limit_orders row (CloseLimitOrderIfEmpty was invoked).
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
Response
Summary totals for a user's limit orders across every pool. _sol variants
follow two different time bases:
total_deposit_sol— SOL value at placement time (SOL price frozen when the PlaceLimitOrderEvt was indexed).total_bonus_sol— SOL value at current spot (current SOL price applied to the running bonus accrual).
"Open" means placed with no row in close_limit_orders. "Closed" means an
close_limit_orders row exists. Cancel events are not terminal — a
cancelled-but-not-closed order is still open.
Number of limit orders that have been closed on-chain.
x >= 0Number of limit orders that are still open (no close event).
x >= 0Total SOL value of bonus accrued across open orders (current spot SOL price).
Total USD value of bonus (pro-rata fee share) accrued across open orders.
Total SOL value of currently-open order deposits (placement-time SOL price).
Total USD value of currently-open order deposits.

