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
Constraints
ck_b0605_bucket_size_allowed:bucket_seconds∈{60, 300, 900, 1800, 3600, 14400, 86400}.uq_b0605_token_to_fiat_vwap_tracing_id:_tracing_idis unique.pk_b0605_token_fiat_bucket: primary key on(token_address, bucket_start, bucket_seconds).
Related datasets
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.