Overview
- Dataset ID:
0701 - Table:
blockdb_evm.b0701_liquidity_pools_tvl_usd_v1 - Description: Pool TVL (Total Value Locked) snapshots in USD, computed from reserves multiplied by fiat prices. Provides a standardized USD-denominated measure of pool liquidity at each on-chain event.
- Primary key:
(pool_uid, block_number, tx_index, log_index) - API: POST /evm/tvl
- CSV Sample: Download
- JSON Sample: Download
Sample Viewer
TVL is computed as
sum(token_amounts[i] x fiat_price[i]) for all tokens in the pool. The token_amounts array is aligned with the pool’s token order from the blockdb_evm.b0211_liquidity_pools_v1 dataset.Columns
Use Cases
- DEX and pool TVL rankings and dashboards
- Liquidity migration tracking across protocols
- TVL trend analysis and anomaly detection
- Protocol health monitoring and risk assessment
- Liquidity depth scoring for routing decisions
Related Datasets
Liquidity Pools Reserves
Raw reserve snapshots that feed TVL calculations.
Liquidity Pools
Pool registry for the TVL-tracked venues.
Token-to-USD VWAP
USD benchmarks used when marking reserves to dollars.