Skip to main content
Returns price, resolution status, and market context for a specific outcome token.

Request

GET /v3/tokens/{token_id}

Path parameters

ParameterTypeDescription
token_idstringOutcome token ID

Example

curl https://api.polynode.dev/v3/tokens/75783394880030392863380883800697645018418815910449662777195626260206142035810
{
  "data": [
    {
      "category": null,
      "condition_id": "0xaa08b43f2e39a28c52278738d456dfce516fcd966d43f157aab3727457cd4b6c",
      "outcome": "Down",
      "outcome_index": 1,
      "price": 1.0,
      "question": "Bitcoin Up or Down - March 29, 1:10AM-1:15AM ET",
      "resolved": true,
      "slug": "btc-updown-5m-1774761000",
      "source": "v1_condition",
      "tag_slugs": [
        "Crypto",
        "Bitcoin",
        "Crypto Prices",
        "Recurring",
        "Up or Down",
        "Hide From New",
        "5M"
      ],
      "token_id": "40671034664065625078050343379339320067070367341089437265715901074008336896448",
      "updated_at": "2026-05-16 11:42:10.666489"
    }
  ],
  "elapsed_ms": 3,
  "has_more": false,
  "limit": 1,
  "offset": 0,
  "rows_returned": 1
}

Response columns

ColumnTypeDescription
token_idstringOutcome token ID
pricenumberCurrent price in USD (01 for unresolved, exactly 0 or 1 for resolved)
resolvedbooleanWhether the market has settled
sourcestringPrice source: settlement, clob_mid, v1_condition, last_fill
updated_atstringWhen the price was last updated
condition_idstringMarket condition ID
outcomestringOutcome label (e.g. “Aurora”, “Yes”)
outcome_indexintegerOutcome position (0 or 1)
questionstringMarket question
slugstringMarket URL slug
categorystringMarket category
tag_slugsarrayCategory tags