polymarket

Fetch and aggregate Polymarket market data from public REST APIs.

1.2k|116|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/math-inc/OpenGauss --skill polymarket-math-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polymarket
Source: https://github.com/math-inc/OpenGauss/tree/main/skills/research/polymarket
Command: npx skills add https://github.com/math-inc/OpenGauss --skill polymarket-math-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Polymarket data is scattered across public REST endpoints; this skill consolidates access to market discovery, prices, orderbooks, and price history without requiring authentication, enabling quick data retrieval for analysis or monitoring.

Core Features & Use Cases

  • Public data access: query markets, prices, volumes, and price history via Gamma, CLOB, and Data APIs.
  • Read-only workflow: no keys needed, safe for analytics and research.
  • Use Case: monitor market movements, compare prices across markets, and build lightweight dashboards.

Quick Start

Run python polymarket.py search "bitcoin" to fetch live Polymarket markets and prices.

Frequently Asked Questions about polymarket

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

FAQPage Schema
How do I fetch Polymarket price history and market data without an API key?

You can query Polymarket data without authentication by using public REST APIs like Gamma, CLOB, and Data to fetch prices, orderbooks, and market history for analysis.

What is the best way to retrieve live prediction market odds for dashboard building?

Fetching prediction market odds via public REST endpoints allows you to retrieve live prices and volumes from Polymarket to build lightweight monitoring dashboards.

How do I parse double-encoded fields like outcomePrices from Polymarket API responses?

Polymarket API responses contain double-encoded JSON fields such as outcomePrices, outcomes, and clobTokenIds that require careful parsing to extract valid market data.

Can I monitor real-time prediction market sentiment using public APIs?

Yes, you can monitor prediction market sentiment by querying the Gamma and CLOB public APIs to retrieve live market prices, volumes, and event data without needing keys.

Does querying Polymarket public data APIs require authentication or special access?

Querying Polymarket public data APIs requires no authentication or keys, operating as a read-only workflow that is safe for analytics, research, and monitoring market trends.