Skip to main content
Thedex.token_prices_hourly table contains hourly price data of tokens computed from the dex.trades table. This table also provides metrics for the swap volumes, traders and trade counts of assets swapped onchain at the hourly basis.

Table Details

PropertyValue
Table Namehyperevm.dex.token_prices_hourly
Table StatusProduction-Ready
Unique Keytimestamp, address
Clustering Key(s)timestamp::date

Table Columns

Column NameData TypeDescription
chainVARCHAR(16777216)Blockchain network (e.g., ‘ethereum’, ‘arbitrum’)
timestampTIMESTAMP_NTZ(9)Start of the hourly period
addressVARCHAR(42)Token contract address
symbolVARCHAR(16777216)Token symbol
nameVARCHAR(16777216)Token name
decimalsNUMBER(38,0)Number of decimal places for the token
priceFLOATVolume-weighted average price for the hour
median_priceFLOATMedian price from all trades in the hour
median_safe_priceFLOATFiltered median price by filtering swaps > 100 usd in volume
usd_trading_volumeFLOATTotal USD volume traded in the hour
tradersNUMBER(38,0)Number of distinct traders that swapped the token for the hour by counting distinct transaction_from_address.
trade_countNUMBER(38,0)Total number of swaps executed
_created_atTIMESTAMP_NTZ(9)Timestamp of entry creation
_updated_atTIMESTAMP_NTZ(9)Timestamp of entry update