Skip to main content

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.

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
{
  "columns": ["token_id", "price", "resolved", "source", "updated_at", "condition_id", "outcome", "outcome_index", "question", "slug", "category", "tag_slugs"],
  "rows": [
    [
      "75783394880030392863380883800697645018418815910449662777195626260206142035810",
      "1000000",
      true,
      "settlement",
      "2026-05-13 12:27:28.558218",
      "0x4f05dbc6273b89aed46bb79a961c1d8771c01925d92d439e9a81fa6241900661",
      "Aurora",
      0,
      "Dota 2: Aurora vs Team Liquid (BO3) - DreamLeague Group A",
      "dota2-aur1-liquid-2026-05-13",
      null,
      ["esports", "dota-2", "games", "sports"]
    ]
  ],
  "rows_returned": 1,
  "elapsed_ms": 2
}

Response columns

ColumnTypeDescription
token_idstringOutcome token ID
pricestringCurrent price (6-decimal USDC)
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