Returns full condition data for a market, including payout structure, outcomes, and enriched market metadata.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 |
|---|---|---|
condition_id | string | Market condition ID (0x-prefixed) |
Example
Response fields
| Field | Type | Description |
|---|---|---|
id | string | Condition ID |
position_ids | array | Token IDs for each outcome |
payout_numerators | array | Payout numerators per outcome (non-zero after resolution) |
payout_denominator | string | Payout denominator |
question | string | Market question |
slug | string | Market URL slug |
outcomes | array | Outcome labels |
end_date | string | Market end date |
active | boolean | Whether the market is active |
closed | boolean | Whether the market is closed |
neg_risk | boolean | Whether this is a neg-risk (multi-outcome) market |
event_slug | string | Parent event slug |
event_title | string | Parent event title |
category | string | Market category |
liquidity | string | Current liquidity |
volume | string | All-time volume |
tags | array | Category tags |
winning_outcome_index | integer | Which outcome won (null if unresolved) |

