Polymarket Data
Query prediction market data, prices, orderbooks, and activity
Polymarket is a prediction market platform where users trade on the outcomes of real-world events.
In Gen6, the Polymarket Data integration allows agents and workflows to query public market data, event metadata, prices, orderbooks, spreads, historical prices, positions, trades, activity, leaderboards, and market holders. It is designed for research, monitoring, analytics, and market intelligence workflows.
Usage Instructions
Use Polymarket Data for read-only market intelligence. Select the operation that matches the data you need, then provide the required market ID, event ID, series ID, token ID, wallet address, or search query.
Tools
Markets and Events
polymarket_get_markets- List marketspolymarket_get_market- Get a single marketpolymarket_get_events- List eventspolymarket_get_event- Get a single eventpolymarket_get_tags- List tagspolymarket_search- Search markets and eventspolymarket_get_series- List seriespolymarket_get_series_by_id- Get a series by ID
Trading Data
polymarket_get_orderbook- Get orderbook data for a tokenpolymarket_get_price- Get buy or sell pricepolymarket_get_midpoint- Get midpoint pricepolymarket_get_price_history- Get historical price datapolymarket_get_last_trade_price- Get the last traded pricepolymarket_get_spread- Get market spreadpolymarket_get_tick_size- Get tick size
User and Market Activity
polymarket_get_positions- Get user positionspolymarket_get_trades- Get tradespolymarket_get_activity- Get user or market activitypolymarket_get_leaderboard- Get leaderboard datapolymarket_get_holders- Get market holders
Common Inputs
| Parameter | Type | Required | Description |
|---|---|---|---|
marketId | string | Operation-specific | Market ID or slug |
conditionId | string | Operation-specific | Market condition ID |
eventId | string | Operation-specific | Event ID or slug |
seriesId | string | Operation-specific | Series ID |
tokenId | string | Operation-specific | CLOB token ID |
side | string | Operation-specific | Price side, buy or sell |
searchQuery | string | Operation-specific | Search query |
userAddress | string | Operation-specific | Wallet address |
limit | string | No | Maximum number of results |
offset | string | No | Pagination offset |
Output
| Parameter | Type | Description |
|---|---|---|
response | json | Polymarket API response data |
Notes
- Category:
tools - Type:
polymarket_data - This integration is for read-only market and activity data. Use Polymarket Trade for order management.