Crawlora
ProductPlatformsUse CasesDocsPricingCompareContact
Sign inTry Playground Console
Crawlora

Structured public web data APIs for search, maps, geocoding, streaming, travel, real estate, marketplaces, apps, social, audio, crypto, finance, and AI workflows with managed execution and credit-based usage.

Product

Web Scraping APIFeaturesPlatformsTravel APIsReal Estate APIsPricing

Platforms

Google SearchGoogle MapsGoogle TrendsBing SearchAmazonLinkedInApple PodcastsZillowTripAdvisorShopifyAll platforms

Developers

DocsGetting StartedAPI ExamplesPlaygroundSDKsChangelogBlogGitHub

Use cases

SERP MonitoringGoogle Maps LeadsProperty Market IntelligenceAmazon Product MonitoringCrypto Market ResearchAI Agent Web DataAll use cases

Legal

ContactTermsPrivacy
Product
Web Scraping APIFeaturesPlatformsTravel APIsReal Estate APIsPricing
Platforms
Google SearchGoogle MapsGoogle TrendsBing SearchAmazonLinkedInApple PodcastsZillowTripAdvisorShopifyAll platforms
Developers
DocsGetting StartedAPI ExamplesPlaygroundSDKsChangelogBlogGitHub
Use cases
SERP MonitoringGoogle Maps LeadsProperty Market IntelligenceAmazon Product MonitoringCrypto Market ResearchAI Agent Web DataAll use cases
Legal
ContactTermsPrivacy
© 2026 Crawlora. All rights reserved.·Built by Tony Wang
System statusCrawlora API status
  1. Home
  2. /Playground
  3. /Polymarket
  4. /Polymarket rewards markets API

Endpoint Playground

Try the Polymarket rewards markets API

Test Crawlora's Polymarket rewards markets API with realistic prefilled parameters. Generate a cURL request, inspect the expected structured JSON response, and open the full docs or pricing page when you are ready to integrate this public web data extraction endpoint into your application.

Endpoint facts

Method
GET
API path
/polymarket/rewards/markets
Platform
Polymarket
Auth
apiKey
Credits
0 credits/request
Required params
None
Common optional params
order_by, position, date, q, tag_slug, cursor
Polymarket rewards markets API documentationPolymarket platform pageCrawlora API pricingTry Polymarket activity trades APITry Polymarket CLOB market APITry Polymarket macro dashboard APITry Polymarket data followers APITry Polymarket data following API

Prefilled cURL

curl "https://api.crawlora.net/api/v1/polymarket/rewards/markets?order_by=market&position=asc&date=2026-06-07&q=bitcoin&tag_slug=all&cursor=MA%3D%3D&limit=100" \
  -H "x-api-key: $CRAWLORA_API_KEY"

Request parameters visible to crawlers

ParameterTypeRequiredPrefilled valueDescription
order_bystringNomarketRewards market sort
positionstringNoascSort direction
datestringNo2026-06-07Reward program date in YYYY-MM-DD format; defaults to today in UTC
qstringNobitcoinOptional market question search text
tag_slugstringNoallRewards category
cursorstringNoMA==Optional rewards cursor from a prior response; defaults to MA==
limitintegerNo100Maximum rows, defaults to 100 and supports up to 100

Example JSON response

{
  "code": 200,
  "msg": "OK",
  "data": {
    "order_by": "market",
    "position": "desc",
    "date": "2026-06-07",
    "tag_slug": "all",
    "cursor": "MA==",
    "next_cursor": "MTAw",
    "limit": 100,
    "count": 100,
    "total_count": 5430,
    "has_more": true,
    "markets": [
      {
        "market_id": "2461586",
        "condition_id": "0x2d293b8d8141edcc3317f6e677a01623dc482e7fe8eb4c4e207c9a0987c37d22",
        "question": "StarCraft II: herO vs Cure (BO7)",
        "market_slug": "sc2-hero-cure-2026-06-07",
        "event_slug": "sc2-hero-cure-2026-06-07",
        "volume_24h": 79.9901,
        "rewards_max_spread": 4.5,
        "rewards_min_size": 50,
        "daily_reward_rate": 10.00036,
        "tokens": [
          {
            "token_id": "49033998602764986470838384384660931821099068366428064235699748485619139146655",
            "outcome": "herO",
            "price": 0.995
          }
        ]
      }
    ]
  }
}

Public Playground

Preview the endpoint before sending a live request

Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.

Set up API keyEndpoint docs

Endpoint

Choose one catalog endpoint for this request.

65 shown
Group
GETapiKey0 credits/requestpolymarket.rewardsMarketsResponseDocPolymarket
GET /polymarket/rewards/markets

List Polymarket rewards markets

Returns normalized public rewards-market rows used by Polymarket's `/rewards` page. The `order_by` enum accepts `market`, `earnings`, `max_spread`, `min_size`, `rate_per_day`, `price`, `earning_percentage`, and `spread`; the `position` enum accepts `asc` and `desc`; the `tag_slug` enum accepts `all`, `politics`, `sports`, `crypto`, `pop-culture`, `middle-east`, `business`, and `science`.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key
View docs

API key

API key required for live requests. Your key is only used to send requests from this Playground.

not configured

Active Playground key: not configured

Manage API keys in Console

Add an API key to send a live request.

If an active API key is configured, Copy cURL includes it. Share links never include API keys.

View docs
Sample responseGET

Shown before your first request. Add an API key and send a request to see the live response, status, latency, and headers.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "order_by": "market",
    "position": "desc",
    "date": "2026-06-07",
    "tag_slug": "all",
    "cursor": "MA==",
    "next_cursor": "MTAw",
    "limit": 100,
    "count": 100,
    "total_count": 5430,
    "has_more": true,
    "markets": [
      {
        "market_id": "2461586",
        "condition_id": "0x2d293b8d8141edcc3317f6e677a01623dc482e7fe8eb4c4e207c9a0987c37d22",
        "question": "StarCraft II: herO vs Cure (BO7)",
        "market_slug": "sc2-hero-cure-2026-06-07",
        "event_slug": "sc2-hero-cure-2026-06-07",
        "volume_24h": 79.9901,
        "rewards_max_spread": 4.5,
        "rewards_min_size": 50,
        "daily_reward_rate": 10.00036,
        "tokens": [
          {
            "token_id": "49033998602764986470838384384660931821099068366428064235699748485619139146655",
            "outcome": "herO",
            "price": 0.995
          }
        ]
      }
    ]
  }
}

Endpoint details

Returns normalized public rewards-market rows used by Polymarket's `/rewards` page. The `order_by` enum accepts `market`, `earnings`, `max_spread`, `min_size`, `rate_per_day`, `price`, `earning_percentage`, and `spread`; the `position` enum accepts `asc` and `desc`; the `tag_slug` enum accepts `all`, `politics`, `sports`, `crypto`, `pop-culture`, `middle-east`, `business`, and `science`.

Method
GET
Path
/polymarket/rewards/markets
Authentication
apiKey
Credit cost
0 credits/request
Platform
Polymarket
Parameters
8 documented fields

Request parameters

order_by:queryposition:querydate:queryq:querytag_slug:querycursor:querylimit:queryx-api-key:header

Response schema fields

codedatadata.countdata.cursordata.datedata.fetched_atdata.has_moredata.limitdata.marketsdata.markets[].condition_iddata.markets[].daily_reward_ratedata.markets[].earning_percentage

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "order_by": "market",
    "position": "desc",
    "date": "2026-06-07",
    "tag_slug": "all",
    "cursor": "MA==",
    "next_cursor": "MTAw",
    "limit": 100,
    "count": 100,
    "total_count": 5430,
    "has_more": true,
    "markets": [
      {
        "market_id": "2461586",
        "condition_id": "0x2d293b8d8141edcc3317f6e677a01623dc482e7fe8eb4c4e207c9a0987c37d22",
        "question": "StarCraft II: herO vs Cure (BO7)",
        "market_slug": "sc2-hero-cure-2026-06-07",
        "event_slug": "sc2-hero-cure-2026-06-07",
        "volume_24h": 79.9901,
        "rewards_max_spread": 4.5,
        "rewards_min_size": 50,
        "daily_reward_rate": 10.00036,
        "tokens": [
          {
            "token_id": "49033998602764986470838384384660931821099068366428064235699748485619139146655",
            "outcome": "herO",
            "price": 0.995
          }
        ]
      }
    ]
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/polymarket/rewards/markets" \
  -H "x-api-key: $CRAWLORA_API_KEY"
View endpoint docsOpen platform pageBrowse all endpointsPricingList Polymarket activity tradesGet Polymarket CLOB marketList Polymarket macro dashboard eventsPolymarket data followersPolymarket data following

Browse public API demos

Search stored Google Maps businessesFacet stored Google Maps businessesGoogle Trends explore dataSearch Nominatim placesReverse geocode coordinatesSearch TripAdvisor placesSearch Zillow listingsCoinGecko markets
DocsPlatformsPricing