Gen6

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 markets
  • polymarket_get_market - Get a single market
  • polymarket_get_events - List events
  • polymarket_get_event - Get a single event
  • polymarket_get_tags - List tags
  • polymarket_search - Search markets and events
  • polymarket_get_series - List series
  • polymarket_get_series_by_id - Get a series by ID

Trading Data

  • polymarket_get_orderbook - Get orderbook data for a token
  • polymarket_get_price - Get buy or sell price
  • polymarket_get_midpoint - Get midpoint price
  • polymarket_get_price_history - Get historical price data
  • polymarket_get_last_trade_price - Get the last traded price
  • polymarket_get_spread - Get market spread
  • polymarket_get_tick_size - Get tick size

User and Market Activity

  • polymarket_get_positions - Get user positions
  • polymarket_get_trades - Get trades
  • polymarket_get_activity - Get user or market activity
  • polymarket_get_leaderboard - Get leaderboard data
  • polymarket_get_holders - Get market holders

Common Inputs

ParameterTypeRequiredDescription
marketIdstringOperation-specificMarket ID or slug
conditionIdstringOperation-specificMarket condition ID
eventIdstringOperation-specificEvent ID or slug
seriesIdstringOperation-specificSeries ID
tokenIdstringOperation-specificCLOB token ID
sidestringOperation-specificPrice side, buy or sell
searchQuerystringOperation-specificSearch query
userAddressstringOperation-specificWallet address
limitstringNoMaximum number of results
offsetstringNoPagination offset

Output

ParameterTypeDescription
responsejsonPolymarket 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.