Skip to main content

Table Details

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

Table Columns

Column NameData TypeDescription
chainVARCHAR(16777216)The blockchain network identifier.
timestampTIMESTAMP_NTZ(9)The timestamp of the 5-minute price interval.
addressVARCHAR(42)The contract address of the token.
symbolVARCHAR(16777216)The ticker symbol of the token.
nameVARCHAR(16777216)The human-readable name of the token.
decimalsNUMBER(38,0)The number of decimal places for the token.
priceFLOATThe volume-weighted average price in USD.
median_priceFLOATThe median price in USD across trades in the interval.
median_safe_priceFLOATThe median safe price with outlier trades removed.
usd_trading_volumeFLOATThe total trading volume in USD during the interval.
tradersNUMBER(38,0)The number of unique traders during the interval.
trade_countNUMBER(38,0)The number of trades during the interval.
_created_atTIMESTAMP_NTZ(9)Timestamp of when the entry was created in the database.
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the entry was last updated in the database.