Skip to main content
All amounts are gross — before any Token-2022 transfer fee, reported separately. All events carry pool except SwapEvent, which additionally carries direction and pricing detail instead of a position (a swap has no position).

CreatePoolEvent

Fired by create_pool.

OpenPositionEvent / ClosePositionEvent

Fired by open_position / close_position.

DepositEvent

Fired by deposit_by_weight.

WithdrawEvent

Fired by withdraw.

ClaimFeeEvent

Fired by claim_fee.

SwapEvent

Fired by swap_exact_in / swap_exact_out. See SDK → Events for how to subscribe to and decode these.