Skip to main content
GET
/
v3
/
rewards
/
markets
/
{condition_id}
Reward market detail
curl --request GET \
  --url https://api.polynode.dev/v3/rewards/markets/{condition_id} \
  --header 'x-api-key: <api-key>'

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.

Returns Polymarket’s public reward-market configuration for a single condition ID. This describes market reward settings; it is not per-wallet earned LP rewards.

Request

GET /v3/rewards/markets/{condition_id}

Path parameters

ParameterTypeDescription
condition_idstring0x + 64 hex condition ID

Query parameters

ParameterTypeDefaultDescription
sponsoredbooleanfalseForward sponsored=true to Polymarket
next_cursorstringCursor forwarded to Polymarket

Example

curl "https://api.polynode.dev/v3/rewards/markets/0x0001cb8c0b39aeb614ab9a43867595317f06ede9c011661513065c638fbbefda"
{
  "source": "polymarket_clob_rewards_market",
  "reward_semantics": "public Polymarket reward market configuration; this is not per-wallet earned LP rewards",
  "upstream": {
    "count": 1,
    "data": [
      {
        "condition_id": "0x0001cb8c0b39aeb614ab9a43867595317f06ede9c011661513065c638fbbefda",
        "native_daily_rate": 1,
        "rewards_config": [
          {
            "asset_address": "0xC011a7E12a19f7B1f670d46F03B03f3342E82DFB",
            "rate_per_day": 1,
            "start_date": "2026-02-17",
            "end_date": "2500-12-31"
          }
        ]
      }
    ]
  },
  "elapsed_ms": 236
}

Response fields

FieldTypeDescription
sourcestringpolymarket_clob_rewards_market
reward_semanticsstringSource and meaning note
upstreamobjectPolymarket upstream response
elapsed_msintegerServer-side request time in milliseconds

Errors

HTTPWhen
400Invalid condition ID format
401Missing or invalid PolyNode API key
502Polymarket rewards upstream failed or returned invalid JSON

Authorizations

x-api-key
string
header
required

Path Parameters

condition_id
string
required

0x-prefixed 32-byte condition ID

Query Parameters

sponsored
boolean
default:false

Forward sponsored=true to Polymarket

next_cursor
string

Polymarket cursor

Response

Reward-market configuration