Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

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

ProtocolPublished datasets
Pump.funtoken creation, bonding-curve swaps, v2 swaps, AMM migrations, creator fee distributions and admin creator changes
PumpSwapswaps with reserves, fee components, creator/cashback/buyback fields and virtual quote reserves
Raydiumunified swaps, CPMM swaps, Launchpad swaps, token creation and migrations
MeteoraDLMM swaps and dynamic bonding swaps
Jitotransaction 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.