Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.allium.so/llms.txt

Use this file to discover all available pages before exploring further.

Table Details

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

Table Columns

Column NameData TypeDescription
chainVARCHAR(16777216)The blockchain the token resides on
timestampTIMESTAMP_NTZ(9)The start of the 5-minute bucket (UTC)
addressVARCHAR(42)Contract address of the token
symbolVARCHAR(16777216)Token symbol
nameVARCHAR(16777216)Token name
decimalsNUMBER(38,0)Decimal precision of the token
priceFLOATVolume-weighted average USD price across trades in the bucket
median_priceFLOATMedian USD price across trades in the bucket
median_safe_priceFLOATMedian USD price filtered to trades that pass sanity / wash-trade checks
usd_trading_volumeFLOATTotal USD-denominated trading volume in the bucket
tradersNUMBER(38,0)Distinct number of trader addresses in the bucket
trade_countNUMBER(38,0)Total number of trades in the bucket
_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.