Historical hourly price data for tokens across all supported blockchains
prices.hour
table provides hourly token price data across all supported blockchains. It contains volume-weighted average prices for each hour, ensuring a continuous time series for more granular price analysis than daily data.
Column | Type | Description |
---|---|---|
blockchain | varchar | Blockchain identifier (e.g., ‘ethereum’, ‘arbitrum’) |
contract_address | varbinary | Token contract address (fixed address for native tokens) |
symbol | varchar | Token symbol (e.g., ‘ETH’, ‘USDC’) |
timestamp | timestamp | Hour timestamp (00:00, 01:00, etc. UTC of each hour) |
price | double | Token price in USD (volume-weighted average) |
decimals | int | Token decimals |
volume | double | Trading volume in USD (from price source) |
source | varchar | Data source (‘coinpaprika’ or ‘dex.trades’) |
prices.hour
table is updated hourly based on the upstream data pipeline. As a result, prices typically have a latency of approximately 1 hour from real-time.
contract_address
and blockchain
for precise token identification, never use symbol
for joins or filters