DEX Token Prices

Thedex_token_prices_hourly contains hourly price data of tokens derived from swaps performed on decentralized exchanges.

As records are only populated when a token is traded on a dex, the prices are sparse records. To forward fill them into a dense price table, you may use this sample

Table Columns

Column NameDescriptionType
timestampHourly timestamp of the token price.timestamp_ntz
token_mintThe contract address of the tokenvarchar
priceUSD Price of the token calculated.float
median_priceMedian price of the token.float
is_imputedWhether the price data is imputed: true or false.boolean
usd_trading_volumeUSD volume of the trade to calculate the price data.float
unique_idUnique ID attached to the derived price data.varchar
_created_atTimestamp of entry creation.timestamp_ntz
_updated_atTimestamp of entry update.timestamp_ntz