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 Namekinto.prices.hourly
Table StatusDeprecated ◽
Unique Keytimestamp, address
Clustering Key(s)timestamp::date

Table Columns

Column NameData TypeDescription
chainVARCHAR(134217728)The blockchain network name.
idVARCHAR(134217728)The unique identifier of the token (e.g., CoinGecko ID).
symbolVARCHAR(134217728)The ticker symbol of the token.
addressVARCHAR(134217728)The contract address of the token.
decimalsNUMBER(38,0)The number of decimal places for the token.
timestampTIMESTAMP_NTZ(9)The hourly timestamp for the price data point.
priceVARCHAR(134217728)The token price in USD at the given timestamp.
_created_atTIMESTAMP_NTZ(9)Timestamp of when the entry was created in the database.