> ## 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        | `vana.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) | The blockchain the token resides on                                      |
| timestamp            | TIMESTAMP\_NTZ(9) | The start of the 5-minute bucket (UTC)                                   |
| address              | VARCHAR(42)       | Contract address of the token                                            |
| symbol               | VARCHAR(16777216) | Token symbol                                                             |
| name                 | VARCHAR(16777216) | Token name                                                               |
| decimals             | NUMBER(38,0)      | Decimal precision of the token                                           |
| price                | FLOAT             | Volume-weighted average USD price across trades in the bucket            |
| median\_price        | FLOAT             | Median USD price across trades in the bucket                             |
| median\_safe\_price  | FLOAT             | Median USD price filtered to trades that pass sanity / wash-trade checks |
| usd\_trading\_volume | FLOAT             | Total USD-denominated trading volume in the bucket                       |
| traders              | NUMBER(38,0)      | Distinct number of trader addresses in the bucket                        |
| trade\_count         | NUMBER(38,0)      | Total number of trades in the bucket                                     |
| \_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.            |

### Related Docs

* [EVM DEX Token Prices 5Min](/historical-data/supported-blockchains/evm/core-schemas/dex/token-prices-5min)
