Skip to main content
solana.dex.liquidity_positions is an aggregated table that builds comprehensive position-level data from the liquidity_events table. It provides summary statistics and metrics for each liquidity position across all supported DEX protocols.

Key Features

This table aggregates liquidity events to provide:
  • Position Lifecycle Tracking - From creation to closure with timestamps
  • Activity Summaries - Counts and amounts for each action type (add, remove, claim_fee, rebalance)
  • Financial Metrics - USD values for all activities and net gains/losses
  • Duration Analysis - Position lifetime and performance tracking
  • Price History - Token prices at position open and close

Supported Protocols

The table includes the same DEX protocols as liquidity_events:

Table Columns