Skip to main content
Beta ProductThis product is currently in beta. The schema and data may change as we refine our methodology.Historical coverage varies by venue — major venues reach back to 2013–2014, while newer venues start in 2026. See Venues supported for the earliest available date per venue.
Volume-weighted average prices (VWAP) aggregated across all CEX venues. Each row represents a unified price for a trading pair across all contributing exchanges during a specific time window. These tables provide a consolidated view of pricing across venues, ideal for standardizing price feeds and cross-exchange market analysis. Open/Close prices are omitted from these tables as they lose strict first/last-trade semantics when aggregating across multiple venues.

Available Tables

TableGranularityDescription
cex.prices.vwap_5min_beta5-minute5-minute cross-venue VWAP (one row per pair, 5-min window)
cex.prices.vwap_hourly_betaHourlyHourly cross-venue VWAP (one row per pair, hour)
cex.prices.vwap_daily_betaDailyDaily cross-venue VWAP (one row per pair, day)
cex.prices.vwap_weekly_betaWeeklyWeekly cross-venue VWAP (one row per pair, week)
cex.prices.vwap_monthly_betaMonthlyMonthly cross-venue VWAP (one row per pair, month)

Sample Query

Get daily aggregated BTC/USD prices across all venues for the past 30 days, including venue lineage:
select
    timestamp,
    base_asset,
    quote_asset,
    price as vwap_price,
    high,
    low,
    volume,
    volume_quote,
    venue_count,
    contributing_venues
from cex.prices.vwap_daily_beta
where base_asset = 'BTC'
  and quote_asset = 'USD'
  and timestamp >= current_date - 30
order by timestamp desc

Table Columns

Unique Key: timestamp, base_asset, quote_asset, granularity
ColumnData TypeDescription
timestampTIMESTAMP_NTZ(9)Start of the candle window (UTC, truncated to the candle boundary)
base_assetVARCHARBase asset of the trading pair (e.g. BTC, ETH)
quote_assetVARCHARQuote asset of the trading pair (e.g. USD, USDC)
granularityVARCHARCandle granularity label (5min, 1h, 1d, 1w, 1m)
priceFLOATVolume-weighted average price (VWAP) across all venues = sum(volume_quote) / sum(volume). Null if total volume across all venues is zero.
highFLOATHighest trade price seen across all venues within the candle period
lowFLOATLowest trade price seen across all venues within the candle period
volumeFLOATTotal base asset volume traded across all venues within the candle period
volume_quoteFLOATTotal notional volume in quote asset (sum of price × quantity) across all venues within the candle period
trade_countINTEGERTotal number of individual trades across all venues aggregated into this candle
venue_countINTEGERNumber of distinct venues that contributed to this candle. A low count for a major pair may indicate missing data from one or more exchanges.
contributing_venuesARRAYSorted array of venue names that contributed to this candle (lineage). Use to trace which exchanges drove an anomalous price.
_created_atTIMESTAMP_NTZ(9)Row creation timestamp
_updated_atTIMESTAMP_NTZ(9)Row last-update timestamp

Usage Tips

  • Lineage Tracking: Use the contributing_venues array and venue_count to understand which exchanges are represented in the aggregate price
  • VWAP Interpretation: The price column represents the true volume-weighted average, useful for fair valuation and standardized comparisons

Venues Supported

VWAP is aggregated across all contributing venues. The Data since column shows the earliest daily candle available for each venue, which is when it begins contributing to the cross-venue aggregate.
VenuevenueData since
KrakenkrakenSeptember 2013
BitstampbitstampOctober 2014
CoinbasecoinbaseDecember 2014
BinancebinanceJuly 2017
Gate.iogateNovember 2017
OKXokxDecember 2017
Crypto.comcryptodotcomOctober 2021
BullishbullishNovember 2021
BybitbybitMarch 2022
DeribitderibitJanuary 2024
BitgetbitgetMarch 2026
BitMartbitmartMarch 2026
KuCoinkucoinMarch 2026
MEXCmexcMarch 2026
PionexpionexMarch 2026
PoloniexpoloniexMarch 2026
BackpackbackpackMarch 2026
Binance.USbinanceusaMarch 2026
BitsobitsoMarch 2026
BitvavobitvavoMarch 2026
CEX.IOcexioMarch 2026
LunolunoApril 2026
UpbitupbitApril 2026
WhiteBITwhitebitApril 2026
HashKeyhashkeyApril 2026
itBititbitApril 2026
LMAX DigitallmaxApril 2026
Binance Alphabinance-alphaJune 2026