Event and market price monitoring
Polymarketエンドポイントを使えば、「Event and market price monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Collect Polymarket event and market detail, token prices, order books, midpoints, spreads, price history, tags, sports, leaderboards, and trade activity as normalized JSON for dashboards, research, and agent-native workflows. Not investment advice or real-time trading data.
Extract Polymarket events, markets, prices, order books, tags, leaderboards, and activity as structured JSON from credential-free public Gamma and CLOB data.
エンドポイントファミリー
6
ドキュメント化されたパラメータ
245
サンプル数
65
ライブカタログスナップショット
稼働エンドポイント
65
メソッド
GET, POST
必須パラメータ
109
スキーマ参照
65
{
"platform": "Polymarket",
"endpoint": "polymarket-search",
"method": "GET",
"path": "/polymarket/search",
"auth": "apiKey"
}ユースケース
Extract Polymarket events, markets, prices, order books, tags, leaderboards, and activity as structured JSON from credential-free public Gamma and CLOB data.
Polymarketエンドポイントを使えば、「Event and market price monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Polymarketエンドポイントを使えば、「Order book and liquidity research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Polymarketエンドポイントを使えば、「Tag, sport, and leaderboard tracking」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のPolymarketエンドポイントカタログから取得しています(エンドポイント65件、ドキュメント化されたリクエストパラメータ245個、公開レスポンススキーマ65件)。DocsとPlaygroundが参照しているカタログと同じものです。
Polymarketのエンドポイントは65件、25つのリクエストファミリーに分類されています(Market、Sports、Tagほか22件)。
これらのPolymarketエンドポイントには245個のリクエストパラメータがドキュメント化されており、うち109個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
65件のPolymarketエンドポイントのうち65件が実際のサンプルレスポンスを、65件がドキュメント化されたレスポンススキーマを備えています。最初のリクエストの前に実データの形に合わせて実装できます。
Polymarketのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、429、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
Polymarketのエンドポイントは30個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/polymarket/market/{id}
/polymarket/sports
/polymarket/tag/{id}
/polymarket/teams
/polymarket/token/{token_id}/price
/polymarket/event/{slug}
主要エンドポイント
/polymarket/searchSearches Polymarket's credential-free public search JSON and returns normalized event results. The `status` enum accepts `open`, `closed`, and `all`; the `sort` enum accepts `relevance`, `volume24hr`, `volume`, `liquidity`, and `endDate`.
レスポンスに関する注記
- Empty valid searches return an empty `events` array. - `events[].markets` contains normalized nested markets returned by Polymarket for each event. - Invalid `status` or `sort` values return an invalid-parameter error before upstream IO. Example response: ```json { "code": 200, "msg": "OK", "data": { "query": "bitcoin", "limit": 3, "status": "open", "sort": "relevance", "has_more": true, "total_results": 85651, "events": [ { "id": "545095", "slug": "bitcoin-above-on-june-7-2026", "title": "Bitcoin above ___ on June 7?", "url": "https://polymarket.com/event/bitcoin-above-on-june-7-2026", "active": true, "closed": false, "volume_24h": 1488954.909518, "liquidity": 744375.66875, "markets_count": 15 } ] } } ```
MCPツール polymarket_search
/polymarket/eventsReturns normalized event rows from Polymarket's credential-free public Gamma events JSON.
レスポンスに関する注記
- Uses Polymarket credential-free public Gamma JSON. - Invalid enum or identifier values return invalid-parameter errors before upstream IO. - This endpoint is not investment advice or real-time trading data. Example response: ```json { "code": 200, "msg": "OK", "data": { "source_url": "https://gamma-api.polymarket.com/...", "fetched_at": "2026-06-07T11:00:00Z", "events": [] } } ```
MCPツール polymarket_events
/polymarket/event/{slug}Returns one normalized Polymarket event from credential-free public Gamma event JSON. This endpoint does not require a Polymarket user token, wallet signature, cookies, or personal account authentication.
レスポンスに関する注記
- Returns one normalized event from credential-free public Gamma event JSON. - This is a public read-only endpoint and does not require a Polymarket user token, wallet signature, cookies, or personal account authentication. - Nested markets are normalized into the same `MarketSummary` shape used by Polymarket list endpoints. Example response: ```json { "code": 200, "msg": "OK", "data": { "slug": "world-cup-winner", "event": { "id": "30615", "slug": "world-cup-winner", "title": "World Cup Winner", "markets_count": 64 } } } ```
MCPツール polymarket_event_detail
/polymarket/marketsReturns normalized market rows from Polymarket's credential-free public Gamma markets JSON.
レスポンスに関する注記
- Uses Polymarket credential-free public Gamma JSON. - Invalid enum or identifier values return invalid-parameter errors before upstream IO. - This endpoint is not investment advice or real-time trading data. Example response: ```json { "code": 200, "msg": "OK", "data": { "source_url": "https://gamma-api.polymarket.com/...", "fetched_at": "2026-06-07T11:00:00Z", "markets": [] } } ```
MCPツール polymarket_markets
/polymarket/market/{id}Returns one normalized Polymarket market from credential-free public Gamma market JSON. This endpoint does not require a Polymarket user token, wallet signature, cookies, or personal account authentication.
レスポンスに関する注記
- Returns one normalized market from credential-free public Gamma market JSON. - This is a public read-only endpoint and does not require a Polymarket user token, wallet signature, cookies, or personal account authentication. - Outcome prices, liquidity, volume, best bid, best ask, and last trade price are normalized into numeric fields when upstream values are available. Example response: ```json { "code": 200, "msg": "OK", "data": { "id": "558934", "market": { "id": "558934", "slug": "will-spain-win-the-2026-fifa-world-cup-963", "question": "Will Spain win the 2026 FIFA World Cup?", "outcomes": [{"outcome": "Yes", "price": 0.16}] } } } ```
MCPツール polymarket_market_detail
/polymarket/token/{token_id}/priceReturns the public CLOB buy or sell price for one Polymarket token id.
レスポンスに関する注記
- Returns the public CLOB buy or sell price for one token id. - This is a read-only public CLOB snapshot and is not investment advice or trading instruction. Example response: ```json { "code": 200, "msg": "OK", "data": { "token_id": "81927025054404355287140018940169293739219157042658469116956164881873598220211", "side": "buy", "price": 0.03 } } ```
MCPツール polymarket_token_price
関連API
Prediction Markets
Collect Kalshi events, markets, series, recent trades, order books, exchange schedule, and historical market candlesticks as normalized JSON for dashboards and research. Not investment advice or real-time trading data.
Prediction Markets
Collect Metaculus questions, community forecasts and forecast history, question metadata, options, and comment feeds as normalized JSON for research and tracking. Not investment, forecasting, or decision advice.
Polymarketのスクレイピング方法
Polymarket's prediction-market data is spread across several public services — events and markets, the CLOB order book, price history, and trade activity — each with its own identifiers and shapes. Crawlora's 65 Polymarket endpoints put all of it behind one key as normalized JSON. Research data, not investment advice or a trading connection.
Search events by free-text q with status and sort filters, or list events and markets ordered by 24-hour volume, total volume, liquidity, or end date.
Event detail takes a slug, with a by-id variant; market detail takes an id; the CLOB market endpoint takes a condition_id.
Per-token endpoints return price by buy or sell side, midpoint, spread, and the full order book — each with a batch variant for when you need many tokens at once.
Token price history takes an interval from 1m through max, and the activity, leaderboard, and trade endpoints cover who traded what, filtered by size band.
FAQ
Polymarket exposes several public credential-free services rather than one documented developer API, and they use different identifiers and response shapes. Crawlora's endpoints wrap them behind a single key and a consistent format so you are not integrating four services separately.
No. These endpoints are read-only market data for dashboards and research. Crawlora places no orders, is not a broker or an investment adviser, and nothing here is investment advice or a real-time trading feed.
Prices, midpoints, spreads, and order books are addressed by token_id, which comes back in the market or event detail response. Batch endpoints take several token ids in one call when you are tracking a whole market.
Token price history takes an interval of 1m, 1h, 6h, 1d, 1w, all, or max, with fidelity and explicit start and end timestamps for narrower windows.