Skip to main content

Table Details

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

Table Columns

Column NameData TypeDescription
chainVARCHAR(134217728)Blockchain network (e.g., ‘ethereum’, ‘arbitrum’)
timestampTIMESTAMP_NTZ(9)Start of the hourly period
addressVARCHAR(42)Token contract address
symbolVARCHAR(134217728)Token symbol
nameVARCHAR(134217728)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