Documentation Index
Fetch the complete documentation index at: https://docs.polynode.dev/llms.txt
Use this file to discover all available pages before exploring further.
Filters
| Filter | Type | Description |
|---|---|---|
condition_ids | string[] | Specific markets to watch. Max 100. |
event_slugs | string[] | Events to watch (e.g. us-presidential-election). Max 50. |
tags | string[] | Tags to watch (e.g. politics, crypto). Max 20. |
Payload
Fields
| Field | Type | Description |
|---|---|---|
condition_id | string | Market condition ID |
question | string | Market question (enriched) |
slug | string | Market slug (enriched) |
payout_numerators | string | Payout array — {1,0} means Yes won, {0,1} means No won |
payout_denominator | string | Denominator for payout calculation |
resolved_at | string | Resolution timestamp (unix milliseconds) |
event_slug | string | Parent event slug |
tags | string | Market tags |
Use Cases
- Auto-redemption bots: trigger redemptions immediately after resolution
- Settlement alerts: notify users when their markets resolve
- Analytics pipelines: track resolution patterns and outcomes

