Skip to main content

Overview

  • Dataset ID: 0605
  • Table: blockdb_evm.b0605_token_to_fiat_vwap
  • Description: Token-to-USD VWAP (1m..1d) per token, derived from cross-pool token-to-token VWAP (b0505) via stablecoin anchoring.
  • Primary key: (token_address, bucket_start, bucket_seconds) — one USD VWAP bar per token, bucket start, and bucket size (idempotent).
  • Unique: _tracing_id
  • API: POST /evm/prices/spot/fiat/vwap
  • CSV Sample: Download
  • JSON Sample: Download

Sample Viewer

Columns

ColumnTypeDescription
first_block_numberBIGINTBlock of the first contributing event.
first_block_timeTIMESTAMPTZTime of the first contributing event.
first_tx_indexINTEGERtx_index of the first contributing event.
first_log_indexINTEGERlog_index of the first contributing event.
last_block_numberBIGINTBlock of the last contributing event.
last_block_timeTIMESTAMPTZTime of the last contributing event.
last_tx_indexINTEGERtx_index of the last contributing event.
last_log_indexINTEGERlog_index of the last contributing event.
bucket_startTIMESTAMPTZInclusive UTC start of the VWAP bucket.
bucket_secondsINTEGERBucket width in seconds; must be one of 60, 300, 900, 1800, 3600, 14400, 86400.
token_addressBYTEAERC-20 token address (20 bytes); references the ERC-20 token registry.
price_usdNUMERIC(78,18)VWAP in USD for the bucket.
total_notional_usdNUMERIC(78,18)Total notional USD used in the VWAP weighting.
hopsINTEGERMinimum hop count from the stablecoin anchor via b0505 edges.
sources_countINTEGERNumber of cross-pool pair edges (b0505 rows) used in the hop chain.
_tracing_idBYTEABlockDB tracing ID for the row (unique).
_parent_tracing_idsBYTEA[]Tracing IDs of upstream / contributing b0505 records; column is non-null (PostgreSQL empty array when none).
_created_atTIMESTAMPTZRecord creation timestamp.
_updated_atTIMESTAMPTZRecord last update timestamp.

Constraints

  • ck_b0605_bucket_size_allowed: bucket_seconds{60, 300, 900, 1800, 3600, 14400, 86400}.
  • uq_b0605_token_to_fiat_vwap_tracing_id: _tracing_id is unique.
  • pk_b0605_token_fiat_bucket: primary key on (token_address, bucket_start, bucket_seconds).

Cross-Pool Token-to-Token VWAP

Cross-venue VWAP that feeds USD anchoring.

Liquidity Pool TVL USD

USD TVL computed from reserves x this price feed.
Last modified on April 4, 2026