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 activity trades API

Endpoint Playground

Try the Polymarket activity trades API

Test Crawlora's Polymarket activity trades 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/activity/trades
Platform
Polymarket
Auth
apiKey
Credits
0 credits/request
Required params
None
Common optional params
limit, offset, taker_only, filter_type, filter_amount, event_id
Polymarket activity trades API documentationPolymarket platform pageCrawlora API pricingTry Polymarket CLOB market APITry Polymarket macro dashboard APITry Polymarket data followers APITry Polymarket data following APITry Polymarket data follow counts API

Prefilled cURL

curl "https://api.crawlora.net/api/v1/polymarket/activity/trades?limit=50&offset=0&taker_only=true&filter_type=CASH&filter_amount=1&event_id=101772&market=0x3f2604d62ac3ee496ffd6d30156f30663fbaf22097f17f09d7364c35db255d2b" \
  -H "x-api-key: $CRAWLORA_API_KEY"

Request parameters visible to crawlers

ParameterTypeRequiredPrefilled valueDescription
limitintegerNo50Maximum trades, defaults to 50 and supports up to 100
offsetintegerNo0Result offset, defaults to 0 and supports up to 10000
taker_onlystringNotrueTaker-only filter
filter_typestringNoCASHActivity amount filter type
filter_amountstringNo1Minimum filtered amount
event_idstringNo101772Optional Polymarket event id
marketstringNo0x3f2604d62ac3ee496ffd6d30156f30663fbaf22097f17f09d7364c35db255d2bOptional market condition id

Example JSON response

{
  "code": 200,
  "msg": "OK",
  "data": {
    "limit": 2,
    "offset": 0,
    "taker_only": "true",
    "filter_type": "CASH",
    "filter_amount": "1",
    "source_url": "https://data-api.polymarket.com/trades?filterAmount=1&filterType=CASH&limit=2&offset=0&takerOnly=true",
    "fetched_at": "2026-06-07T11:00:00Z",
    "trades": [
      {
        "proxy_wallet": "0x400e9b5e37f7209adb6938d49d63c48f154319d2",
        "side": "BUY",
        "size": 25,
        "price": 0.52744,
        "value": 13.186,
        "title": "Bitcoin Up or Down - June 7, 8:30AM-8:45AM ET",
        "event_slug": "btc-updown-15m-1780835400",
        "outcome": "Up"
      }
    ]
  }
}

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.activityTradesResponseDocPolymarket
GET /polymarket/activity/trades

List Polymarket activity trades

Returns normalized public trade rows used by Polymarket's `/activity` page from credential-free Data API trades JSON. The `taker_only` enum accepts `true` and `false`; the `filter_type` enum accepts `CASH`; the `filter_amount` enum accepts `1`, `5`, `10`, `100`, `1000`, `10000`, and `100000`.

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": {
    "limit": 2,
    "offset": 0,
    "taker_only": "true",
    "filter_type": "CASH",
    "filter_amount": "1",
    "source_url": "https://data-api.polymarket.com/trades?filterAmount=1&filterType=CASH&limit=2&offset=0&takerOnly=true",
    "fetched_at": "2026-06-07T11:00:00Z",
    "trades": [
      {
        "proxy_wallet": "0x400e9b5e37f7209adb6938d49d63c48f154319d2",
        "side": "BUY",
        "size": 25,
        "price": 0.52744,
        "value": 13.186,
        "title": "Bitcoin Up or Down - June 7, 8:30AM-8:45AM ET",
        "event_slug": "btc-updown-15m-1780835400",
        "outcome": "Up"
      }
    ]
  }
}

Endpoint details

Returns normalized public trade rows used by Polymarket's `/activity` page from credential-free Data API trades JSON. The `taker_only` enum accepts `true` and `false`; the `filter_type` enum accepts `CASH`; the `filter_amount` enum accepts `1`, `5`, `10`, `100`, `1000`, `10000`, and `100000`.

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

Request parameters

limit:queryoffset:querytaker_only:queryfilter_type:queryfilter_amount:queryevent_id:querymarket:queryx-api-key:header

Response schema fields

codedatadata.event_iddata.fetched_atdata.filter_amountdata.filter_typedata.limitdata.marketdata.offsetdata.source_urldata.taker_onlydata.trades

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "limit": 2,
    "offset": 0,
    "taker_only": "true",
    "filter_type": "CASH",
    "filter_amount": "1",
    "source_url": "https://data-api.polymarket.com/trades?filterAmount=1&filterType=CASH&limit=2&offset=0&takerOnly=true",
    "fetched_at": "2026-06-07T11:00:00Z",
    "trades": [
      {
        "proxy_wallet": "0x400e9b5e37f7209adb6938d49d63c48f154319d2",
        "side": "BUY",
        "size": 25,
        "price": 0.52744,
        "value": 13.186,
        "title": "Bitcoin Up or Down - June 7, 8:30AM-8:45AM ET",
        "event_slug": "btc-updown-15m-1780835400",
        "outcome": "Up"
      }
    ]
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/polymarket/activity/trades" \
  -H "x-api-key: $CRAWLORA_API_KEY"
View endpoint docsOpen platform pageBrowse all endpointsPricingGet Polymarket CLOB marketList Polymarket macro dashboard eventsPolymarket data followersPolymarket data followingPolymarket data follow counts

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