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

# Token Prices 5Min

### Table Details

| Property          | Value                         |
| ----------------- | ----------------------------- |
| Table Name        | `tempo.dex.token_prices_5min` |
| Table Status      | Production-Ready              |
| Unique Key        | `timestamp`, `address`        |
| Clustering Key(s) | `timestamp::date`             |

### Table Columns

| Column Name          | Data Type         | Description                                                   |
| -------------------- | ----------------- | ------------------------------------------------------------- |
| chain                | VARCHAR(16777216) |                                                               |
| timestamp            | TIMESTAMP\_NTZ(9) |                                                               |
| address              | VARCHAR(42)       |                                                               |
| symbol               | VARCHAR(16777216) |                                                               |
| name                 | VARCHAR(16777216) |                                                               |
| decimals             | NUMBER(38,0)      |                                                               |
| price                | FLOAT             |                                                               |
| median\_price        | FLOAT             |                                                               |
| median\_safe\_price  | FLOAT             |                                                               |
| usd\_trading\_volume | FLOAT             |                                                               |
| traders              | NUMBER(38,0)      |                                                               |
| trade\_count         | NUMBER(38,0)      |                                                               |
| \_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. |
