Skip to main content
A decentralized exchange, or DEX, lets users swap one token for another against a pool: a contract holding a reserve of two tokens that anyone can trade with. Blast pools appear in three tables. Every column is documented at DEX.

Sample queries

The daily pool tables are among the largest in the catalog. Bound timestamp and filter chain_id in every query; without them the query reads the whole table.
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 the tvl 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.