Skip to main content

Overview

  • Dataset ID: 0501
  • Table: blockdb_evm.b0501_token_to_fiat_vwap (note: no _v1 suffix on table name)
  • Description: Token-to-USD VWAP (1m..1d) per token, derived from token-to-token VWAP via stablecoin anchoring.
  • Primary key: (token_address, bucket_start, bucket_seconds)
  • API: POST /evm/prices/spot/fiat/vwap

Columns

ColumnTypeDescription
chain_idBIGINTEVM chain identifier; see Chain.
first_block_numberBIGINTFirst contributing event block.
first_block_timeTIMESTAMPTZFirst event time.
first_tx_indexINTEGERFirst tx_index.
first_log_indexINTEGERFirst log_index.
last_block_numberBIGINTLast contributing event block.
last_block_timeTIMESTAMPTZLast event time.
last_tx_indexINTEGERLast tx_index.
last_log_indexINTEGERLast log_index.
bucket_startTIMESTAMPTZInclusive UTC bucket start.
bucket_secondsINTEGER60, 300, 900, 1800, 3600, 14400, or 86400.
token_addressBYTEAERC-20 token (20B).
price_usdNUMERIC(78,18)VWAP in USD (decimals-adjusted).
total_notional_usdNUMERIC(78,18)Total notional USD used in weighting.
hopsINTEGERMinimum hop count from stablecoin anchor.
sources_countINTEGERContributing token-to-token VWAP edges.
_tracing_idBYTEAUnique BlockDB tracing id for the row (uq_b0501_token_to_fiat_vwap_tracing_id).
_created_atTIMESTAMPTZRecord creation time.
_updated_atTIMESTAMPTZRecord last update time.

Token-to-Token VWAP

On-chain pair VWAP that feeds USD anchoring.
Last modified on March 21, 2026