Reward market detail
Rewards
Reward Market Detail
Get public Polymarket reward configuration for one condition ID.
GET
Reward market detail
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.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.
Request
Path parameters
| Parameter | Type | Description |
|---|---|---|
condition_id | string | 0x + 64 hex condition ID |
Query parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
sponsored | boolean | false | Forward sponsored=true to Polymarket |
next_cursor | string | — | Cursor forwarded to Polymarket |
Example
Response fields
| Field | Type | Description |
|---|---|---|
source | string | polymarket_clob_rewards_market |
reward_semantics | string | Source and meaning note |
upstream | object | Polymarket upstream response |
elapsed_ms | integer | Server-side request time in milliseconds |
Errors
| HTTP | When |
|---|---|
400 | Invalid condition ID format |
401 | Missing or invalid PolyNode API key |
502 | Polymarket rewards upstream failed or returned invalid JSON |

