polymarket_polygon.market_prices_latest table provides the most recent price for each Polymarket outcome token.
Table Schema
| Column | Type | Description |
|---|---|---|
timestamp | TIMESTAMP | When the price was last updated |
condition_id | VARBINARY | Unique market condition identifier |
token_id | UINT256 | Token ID for the outcome |
price | DOUBLE | Most recent price of the outcome token |