Solana indexer
The Solana ClickHouse database exposes decoded DEX activity and reusable helper tables. The table reference is generated from the live schema during the build.
DEX coverage
| Protocol | Published datasets |
|---|---|
| Pump.fun | token creation, bonding-curve swaps, v2 swaps, AMM migrations, creator fee distributions and admin creator changes |
| PumpSwap | swaps with reserves, fee components, creator/cashback/buyback fields and virtual quote reserves |
| Raydium | unified swaps, CPMM swaps, Launchpad swaps, token creation and migrations |
| Meteora | DLMM swaps and dynamic bonding swaps |
| Jito | transaction tips |
Helper tables
token_transfers, sol_top_ups, solana_blocks, and tx_timestamps make it
possible to analyze transfers, funding paths, block coverage and ingestion
timing without decoding raw transactions again. max_caps adds precomputed
token-cap observations.
All monetary values are stored as integer base units unless a column description says otherwise. Filter on the documented partition/date column before scanning large swap tables.