Returns the latest price for an outcome token, including where the price was sourced from and whether the market has resolved.Documentation Index
Fetch the complete documentation index at: https://polynode.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Request
Path parameters
| Parameter | Type | Description |
|---|---|---|
token_id | string | Outcome token ID |
Example
Response fields
| Field | Type | Description |
|---|---|---|
token_id | string | Outcome token ID |
price | string | Token price (6-decimal USDC). 1000000 = 0.50 |
resolved | boolean | Whether the market has settled |
source | string | Price source: settlement (final payout), clob_mid (CLOB orderbook midpoint), v1_condition (V1 condition payout), last_fill (most recent trade price) |
updated_at | string | When the price was last updated |
Price priority
Prices follow this priority chain (higher sources are never overwritten by lower ones):settlement— final payout after market resolution (0 or 1000000)clob_mid— live CLOB orderbook midpoint (updated every 5 minutes)v1_condition— V1 condition payout datalast_fill— price from the most recent trade

