Prices
Hourly Prices
Historical hourly price data for tokens across all supported blockchains
Prices.hour
The prices.hour
table provides hourly price data for tokens across multiple blockchains.
For details on price calculation methodology, including VWAP calculations and outlier filtering, see the Prices Overview.
Table Structure
Column name | Data type | Description |
---|---|---|
contract_address | varbinary | Unique identifier of the token (contract address for ERC20, mint address for Solana, null for native currencies) |
blockchain | varchar | The blockchain on which the token exists |
symbol | varchar | The identifier of the asset (ticker, cashtag) |
price | double | The hourly price of the asset in USD |
timestamp | timestamp | The timestamp for which this price is reported |
Usage
This table is useful for intraday analysis and tracking price movements with higher granularity than daily data. It’s suitable for examining price patterns within a day or across multiple days.
Latency and Update Frequency
The prices.hour
table is updated hourly based on the upstream dex.trades
data pipeline. As a result, prices typically have a latency of approximately 1 hour from real-time.
Example Query
Notes
- Hourly data provides a good balance between granularity and query performance for short to medium-term analyses.
- As with all price tables, always use
contract_address
andblockchain
for precise token identification. - For details on price calculation methodology, including VWAP calculations and outlier filtering, see the Prices Overview.
Was this page helpful?