polymarket

Query Polymarket market prices, orderbooks, and historical data via REST APIs.

1|1|Updated May 25, 2026
One-click install
npx skills add https://github.com/aayushsoam/clawbot-agent --skill polymarket-aayushsoam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polymarket
Source: https://github.com/aayushsoam/clawbot-agent/tree/main/skills/research/polymarket
Command: npx skills add https://github.com/aayushsoam/clawbot-agent --skill polymarket-aayushsoam

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a streamlined way to query and retrieve information from the Polymarket platform, including market prices, orderbooks, and price history, making it easier to analyze prediction markets.

Core Features & Use Cases

  • Market Data Retrieval: Access and retrieve market prices, orderbooks, and historical price data from Polymarket.
  • Search and Discovery: Search for specific markets and events using the Gamma API and browse available markets.
  • Real-Time Monitoring: Monitor market movements and prices in real-time.
  • Use Case: A user can ask about the odds of a specific event happening and receive the current market price and volume information.

Quick Start

Query the odds of a specific event happening using the 'polymarket' skill.

Frequently Asked Questions about polymarket

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

FAQPage Schema
How do I get prediction market price history from Polymarket?

You retrieve Polymarket price history by querying their public REST APIs to access market prices and historical data. This process utilizes the Data API for trade and open interest data, returning JSON formatted outputs for analysis.

Can I search for specific prediction markets using the Gamma API?

Yes, you can search for specific prediction markets using the Gamma API. It enables market search and discovery, allowing you to browse available markets and events before retrieving real-time price data from the CLOB API.

Do I need Python to retrieve prediction market odds and orderbook data?

Yes, you need Python for script execution and an understanding of JSON parsing to retrieve prediction market odds and orderbook data. The scripts use the requests and json dependencies to query the public REST APIs.

What is the best way to monitor real-time prediction market movements?

The best way to monitor real-time prediction market movements is by querying the CLOB API. This approach retrieves real-time market prices and orderbooks directly from the Polymarket platform using Python scripts.

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

Limitations of using public REST APIs for prediction market data include the need for manual JSON parsing and Python script execution. The Skill accesses only public endpoints, meaning it cannot execute trades or access private account data.