polymarket

Query Polymarket REST APIs to analyze prediction market odds and orderbook data.

Updated May 11, 2026
One-click install
npx skills add https://github.com/heximao/agents --skill polymarket-heximao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polymarket
Source: https://github.com/heximao/agents/tree/main/skill-archive/docker-hermes/research/polymarket
Command: npx skills add https://github.com/heximao/agents --skill polymarket-heximao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, json, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows users to query and analyze prediction market data from Polymarket, providing insights into market odds, prices, and orderbooks.

Core Features & Use Cases

  • Market Data Query: Retrieve market prices, orderbook data, and price history.
  • Event and Market Search: Search for specific events and markets using the Gamma API.
  • Real-time Price Monitoring: Track real-time prices and market movements.
  • Use Case: For financial analysts or traders looking to gain insights into market probabilities and trends.

Quick Start

Use the polymarket skill to get the current price for the "Will X happen?" market.

Frequently Asked Questions about polymarket

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I access Polymarket prediction market data for odds analysis?

You can access Polymarket prediction market data by querying its public REST APIs using Python to retrieve market odds, prices, and orderbook information. The API interaction requires the requests library to fetch data and json to parse the responses.

How do I get current prices and orderbook data for a specific prediction market?

To get current prices and orderbook data for a specific prediction market, you query Polymarket's public REST APIs using Python. This retrieves real-time prices, market movements, and orderbook details for your requested event.

Can I track real-time prediction market prices and movements using Python?

Yes, you can track real-time prediction market prices and movements using Python. By executing requests to Polymarket's public REST APIs, you can monitor real-time prices and analyze market probability trends programmatically.

Do I need Python to analyze Polymarket orderbook information?

Yes, you need Python to analyze Polymarket orderbook information because the Skill relies on Python for API interaction and JSON parsing. It specifically uses the requests and json dependencies to fetch and process the market data.

What is the best way to search for prediction market events on Polymarket?

The best way to search for prediction market events on Polymarket is by using the Gamma API. This API allows you to search for specific events and markets, retrieving relevant market prices, odds, and price history for analysis.

What are the limitations of using public REST APIs for prediction market data analysis?

Limitations of using public REST APIs for prediction market data analysis include being restricted to querying market odds, prices, and orderbook information, which may not capture off-chain data or provide automated trading execution capabilities.