New API users should migrate to deposit wallets. Read the migration guide.
curl --request GET \
--url https://clob.polymarket.com/rewards/markets/{condition_id}Returns an array of present and future rewards configured on a market.
When sponsored=true, sponsored daily rates are folded into each config’s
rate_per_day .
Results are paginated (100 items per page). Use next_cursor to fetch subsequent pages. A next_cursor value of “LTE=” indicates the last page.
curl --request GET \
--url https://clob.polymarket.com/rewards/markets/{condition_id}Documentation Index
Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
Use this file to discover all available pages before exploring further.
The condition ID of the market
If true, folds sponsored daily rates into each config's rate_per_day
Pagination cursor from previous response
Successfully retrieved rewards for market
Was this page helpful?