polymarket_polygon.market_prices_daily table contains daily Polymarket outcome token prices, derived from hourly pricing data.
Table Schema
| Column | Type | Description |
|---|---|---|
day | TIMESTAMP | Day for which the price is valid |
condition_id | VARBINARY | Unique market condition identifier |
token_id | UINT256 | Token ID for the outcome |
price | DOUBLE | End-of-day price of the outcome token |