Get Bonus Claimed For Pool
Returns the total realized bonus a wallet has claimed on one DLMM pool,
aggregated across every cancel event the wallet has on the pool. Includes
cancels on orders that have not yet been closed (a cancel pays bonus
immediately; the on-chain account is closed separately via
CloseLimitOrderIfEmpty). USD/SOL values are derived using each cancel
row’s stored cancel-time price ratios — not current spot.
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
Response
Realized bonus a wallet has claimed on one pool. Aggregates every cancel
event the wallet has on the pool, including cancels on orders that have
not yet been closed. USD/SOL values are priced from each cancel row's own
amount_*_usd / amount_*_sol ratios (cancel-time prices), not current
spot.
Number of distinct cancel events contributing to these totals.
x >= 0total_bonus_x_sol + total_bonus_y_sol.
total_bonus_x_usd + total_bonus_y_usd.
Bonus token X claimed, in token X display units (decimals applied).
Bonus token X claimed, in SOL (cancel-time SOL price).
Bonus token X claimed, in USD (cancel-time price).
Bonus token Y claimed, in token Y display units (decimals applied).
Bonus token Y claimed, in SOL (cancel-time SOL price).
Bonus token Y claimed, in USD (cancel-time price).

