polymarket

Query Polymarket market data from public REST APIs.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/gqf2008/hermez-ai --skill polymarket-gqf2008
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polymarket
Source: https://github.com/gqf2008/hermez-ai/tree/main/skills/research/polymarket
Command: npx skills add https://github.com/gqf2008/hermez-ai --skill polymarket-gqf2008

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Manually querying Polymarket data across multiple public APIs is time-consuming and error-prone. This Skill consolidates read-only market data from Polymarket's public endpoints to enable quick analytics and monitoring.

Core Features & Use Cases

  • Public, read-only access to prices, markets, and price history via Gamma, CLOB, and Data APIs.
  • Market discovery and tracking: search events, list markets, and monitor price movements in real time.
  • Use Case: analysts can pull current odds, volumes, and trends to build dashboards without needing credentials.

Quick Start

Run the polymarket.py script with a market slug or token_id to fetch current prices and recent trades.

Frequently Asked Questions about polymarket

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

FAQPage Schema
How do I query Polymarket price history and current odds without an API key?

You can query Polymarket price history and current odds without an API key by using read-only public REST APIs. This Skill accesses the Gamma, CLOB, and Data endpoints to retrieve market prices, order books, and event data without requiring authentication credentials.

Can I retrieve Polymarket order book data and recent trades programmatically?

Yes, you can retrieve Polymarket order book data and recent trades programmatically. By running the script with a specific market slug or token ID, the Skill fetches current prices and recent trade movements directly from the public CLOB and Data REST APIs.

What is the best way to monitor prediction market movements for analytics dashboards?

The best way to monitor prediction market movements for analytics dashboards is to consolidate read-only data from public endpoints. This Skill pulls real-time prices, volumes, and trends from Polymarket APIs, enabling analysts to build tracking dashboards without manual querying.

Do I need credentials to access Polymarket market data for events and volumes?

No, you do not need credentials to access Polymarket market data for events and volumes. The Skill relies exclusively on public, read-only Gamma, CLOB, and Data APIs to fetch current odds, volumes, and price history without any API keys or authentication.

How do I search for specific Polymarket events and list active markets?

To search for specific Polymarket events and list active markets, you query the public Gamma and Data APIs. This Skill enables market discovery by allowing you to input identifiers like market slugs to pull event details, market lists, and real-time price movements.

Are there limitations to using read-only public APIs for Polymarket data retrieval?

A limitation of using read-only public APIs for Polymarket data retrieval is that access is restricted to querying prices, markets, and history. You cannot execute trades, place orders, or modify positions, as the Skill only supports monitoring and analytics through unauthenticated endpoints.