polygon.predictions.token_prices_hourly view provides hourly price snapshots for all prediction market tokens.
Use this view for granular price trend analysis, intraday market movements, and time-series analysis of market outcomes.
Table Columns
Unique Key:unique_id
| Column Name | Data Type | Description |
|---|---|---|
| project | VARCHAR | Project name (polymarket). |
| protocol | VARCHAR | Protocol name (polymarket). |
| block_hour | TIMESTAMP_NTZ(9) | Hour timestamp for the price snapshot. |
| condition_id | VARCHAR | Unique condition identifier for the market. |
| token_id | VARCHAR | Token ID for the specific outcome token. |
| price | FLOAT | Token price in USDC.e terms. After market resolution, prices reflect the final outcome. |
| unique_id | VARCHAR | Unique identifier combining block_hour and token_id. |
Understanding Price Data
- If no trade occurred during a given hour, the price carries forward from the last known trade.
- After market resolution, prices are set to 0 for losing outcomes and 1 for winning outcomes.