> ## 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.

# Hourly

### Table Details

| Property          | Value                  |
| ----------------- | ---------------------- |
| Table Name        | `canton.prices.hourly` |
| Table Status      | Production-Ready       |
| Unique Key        | `timestamp`, `address` |
| Clustering Key(s) | `timestamp::date`      |

### Table Columns

| Column Name   | Data Type         | Description                                                   |
| ------------- | ----------------- | ------------------------------------------------------------- |
| timestamp     | TIMESTAMP\_NTZ(9) | The hourly timestamp for the price data point.                |
| chain         | VARCHAR(16777216) | The blockchain network name.                                  |
| address       | VARCHAR(16777216) | The contract address of the token.                            |
| symbol        | VARCHAR(16777216) | The ticker symbol of the token.                               |
| price         | VARCHAR(16777216) | The token price in USD at the given timestamp.                |
| decimals      | NUMBER(38,0)      | The number of decimal places for the token.                   |
| \_created\_at | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was created in the database.      |
| \_updated\_at | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was last updated in the database. |
