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 market resolution events, sorted by most recent. Each resolution includes the payout structure and enriched market metadata.

Request

GET /v3/resolutions

Query parameters

ParameterTypeDefaultDescription
limitinteger100Max 1000
offsetinteger0Pagination offset

Example

curl https://api.polynode.dev/v3/resolutions?limit=1
{
  "columns": ["condition_id", "payout_numerators", "payout_denominator", "resolved_at", "created_at", "question", "slug", "outcomes", "category"],
  "rows": [
    [
      "0x126a15ffc84104e2108b2d58f663882b0d181ce87c1b38365f84595e3468a8a5",
      ["0", "1"],
      "1",
      "1778674836000",
      "2026-05-13 12:20:50.683869",
      "Will there be 6 or more major space weather events this week?",
      "will-there-be-6-or-more-major-space-weather-events-this-week-456",
      ["Yes", "No"],
      null
    ]
  ],
  "rows_returned": 1,
  "has_more": true,
  "elapsed_ms": 3
}

Response fields

FieldTypeDescription
condition_idstringMarket condition ID
payout_numeratorsarrayPayout for each outcome (e.g. ["0", "1"] means outcome 1 won)
payout_denominatorstringPayout denominator (usually "1")
resolved_atstringResolution timestamp (milliseconds)
created_atstringWhen the resolution was recorded
questionstringMarket question
slugstringMarket slug
outcomesarrayOutcome labels (e.g. ["Yes", "No"])
categorystringMarket category