Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blockdb.io/llms.txt

Use this file to discover all available pages before exploring further.

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

ColumnTypeDescription
pool_uidBYTEAUnique pool identifier (32 bytes).
exchange_idINTEGERExchange/DEX identifier.
type_idINTEGERPool type identifier (FK to liquidity_pool_types).
block_numberBIGINTBlock number when the TVL snapshot was recorded.
block_timeTIMESTAMPTZUTC timestamp when the block was mined.
tx_indexINTEGERTransaction index within the block.
log_indexINTEGERLog index within the block.
token_amountsNUMERIC(78,18)[]Array of token amounts (decimals-adjusted), aligned with pool tokens.
tvl_usdNUMERIC(78,18)Total value locked in USD.
_tracing_idBYTEATracing ID of this TVL record (18 bytes).
_parent_tracing_idsBYTEA[]Tracing IDs of the parent records leading to this TVL record.
_created_atTIMESTAMPTZRecord creation timestamp.
_updated_atTIMESTAMPTZRecord last update timestamp.

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

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.
Last modified on April 4, 2026