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 full condition data for a market, including payout structure, outcomes, and enriched market metadata.

Request

GET /v3/conditions/{condition_id}

Path parameters

ParameterTypeDescription
condition_idstringMarket condition ID (0x-prefixed)

Example

curl https://api.polynode.dev/v3/conditions/0x126a15ffc84104e2108b2d58f663882b0d181ce87c1b38365f84595e3468a8a5
{
  "id": "0x126a15ffc84104e2108b2d58f663882b0d181ce87c1b38365f84595e3468a8a5",
  "position_ids": [7.538e+76, 3.709e+76],
  "payout_numerators": [0, 0],
  "payout_denominator": "0",
  "question": "Will there be 6 or more major space weather events this week?",
  "slug": "will-there-be-6-or-more-major-space-weather-events-this-week-456",
  "outcomes": ["Yes", "No"],
  "end_date": "2026-05-16 00:00:00+00",
  "active": true,
  "closed": false,
  "neg_risk": true,
  "event_slug": "how-many-major-space-weather-events-this-week-may-10-may-16",
  "event_title": "How many major Space Weather events this week? (May 10 - May 16)",
  "category": null,
  "liquidity": "61.11",
  "volume": "69.74",
  "tags": ["space", "science", "weather"],
  "winning_outcome_index": null,
  "elapsed_ms": 4
}

Response fields

FieldTypeDescription
idstringCondition ID
position_idsarrayToken IDs for each outcome
payout_numeratorsarrayPayout numerators per outcome (non-zero after resolution)
payout_denominatorstringPayout denominator
questionstringMarket question
slugstringMarket URL slug
outcomesarrayOutcome labels
end_datestringMarket end date
activebooleanWhether the market is active
closedbooleanWhether the market is closed
neg_riskbooleanWhether this is a neg-risk (multi-outcome) market
event_slugstringParent event slug
event_titlestringParent event title
categorystringMarket category
liquiditystringCurrent liquidity
volumestringAll-time volume
tagsarrayCategory tags
winning_outcome_indexintegerWhich outcome won (null if unresolved)