dimensions.dex_pools: one row per pool.metrics.dex_pools_daily: one row per pool per day.metrics.dex_pool_pairs_daily: one row per pool and traded token pair per day.
Sample queries
- Top pools, one day
- Busiest pairs
Rank Blast pools by trading volume on one day. Reading the day from the daily table and joining the pool list afterwards keeps the join small.
Notes
Trading volume and fees are flows, so they add up: a week of daily rows sums to the week, and a set of pools sums to the group. Value locked, in thetvl column, is a level: the latest row is the answer and summing it across days gives a meaningless number. Every pool gets a tvl row every day it exists; volume and fee figures land only on the days a pool saw trading.
fee_tier is empty for pools whose design has no configurable fee. A null there records that the pool has no tier to report.