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 token order books API

Endpoint Playground

Try the Polymarket token order books API

Test Crawlora's Polymarket token order books 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
POST
API path
/polymarket/tokens/orderbooks
Platform
Polymarket
Auth
apiKey
Credits
0 credits/request
Required params
body
Polymarket token order books 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/tokens/orderbooks" \
  -H "x-api-key: $CRAWLORA_API_KEY" \
  -X POST \
  --data "{}"

Request parameters visible to crawlers

ParameterTypeRequiredPrefilled valueDescription
body (body)objectYesToken ids request body

Example JSON response

{
  "code": 200,
  "msg": "OK",
  "data": {
    "token_ids": [
      "81927025054404355287140018940169293739219157042658469116956164881873598220211"
    ],
    "books": [
      {
        "condition_id": "0x1a987cd4e88488fd12905fa9ae82cef381e03f4af68289275c4c0c2613db9327",
        "token_id": "81927025054404355287140018940169293739219157042658469116956164881873598220211",
        "bids": [
          {
            "price": 0.03,
            "size": 5
          }
        ],
        "asks": [
          {
            "price": 0.54,
            "size": 500
          }
        ]
      }
    ]
  }
}

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
POSTapiKey0 credits/requestpolymarket.batchTokenOrderBooksResponseDocPolymarket
POST /polymarket/tokens/orderbooks

Get Polymarket token order books

Returns public CLOB order-book depth for up to 25 Polymarket token ids. This uses credential-free public CLOB market-data JSON and does not require a Polymarket user token, wallet signature, cookies, or personal account authentication.

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
Loading body editor…

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 responsePOST

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": {
    "token_ids": [
      "81927025054404355287140018940169293739219157042658469116956164881873598220211"
    ],
    "books": [
      {
        "condition_id": "0x1a987cd4e88488fd12905fa9ae82cef381e03f4af68289275c4c0c2613db9327",
        "token_id": "81927025054404355287140018940169293739219157042658469116956164881873598220211",
        "bids": [
          {
            "price": 0.03,
            "size": 5
          }
        ],
        "asks": [
          {
            "price": 0.54,
            "size": 500
          }
        ]
      }
    ]
  }
}

Endpoint details

Returns public CLOB order-book depth for up to 25 Polymarket token ids. This uses credential-free public CLOB market-data JSON and does not require a Polymarket user token, wallet signature, cookies, or personal account authentication.

Method
POST
Path
/polymarket/tokens/orderbooks
Authentication
apiKey
Credit cost
0 credits/request
Platform
Polymarket
Parameters
2 documented fields

Request parameters

body:bodyx-api-key:header

Response schema fields

codedatadata.booksdata.books[].asksdata.books[].asks[].pricedata.books[].asks[].sizedata.books[].bidsdata.books[].bids[].pricedata.books[].bids[].sizedata.books[].condition_iddata.books[].hashdata.books[].last_trade_price

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "token_ids": [
      "81927025054404355287140018940169293739219157042658469116956164881873598220211"
    ],
    "books": [
      {
        "condition_id": "0x1a987cd4e88488fd12905fa9ae82cef381e03f4af68289275c4c0c2613db9327",
        "token_id": "81927025054404355287140018940169293739219157042658469116956164881873598220211",
        "bids": [
          {
            "price": 0.03,
            "size": 5
          }
        ],
        "asks": [
          {
            "price": 0.54,
            "size": 500
          }
        ]
      }
    ]
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/polymarket/tokens/orderbooks" \
  -H "x-api-key: $CRAWLORA_API_KEY" \
  -X POST \
  --data "{}"
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