polymarket

Fetch live Polymarket market, price, and history data via Gamma, CLOB, and Data APIs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Provide access to live Polymarket data including markets, prices, and price history for informed decision-making and analysis.

Core Features & Use Cases

  • Search and discover markets via Gamma API to identify relevant events and markets.
  • Fetch current prices, order books, and price history using CLOB and Data APIs for monitoring and analysis.
  • Cross-link Gamma market data to CLOB and Data API details via tokens and condition IDs for end-to-end insights.
  • Use cases include building dashboards, tracking market odds, and performing historical price analyses.

Quick Start

Run the polymarket CLI to search for markets, for example polymarket.py search bitcoin

Frequently Asked Questions about polymarket

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

FAQPage Schema
How do I fetch live Polymarket prediction market odds and price history?

You can fetch live Polymarket prediction market odds and price history by querying the Gamma, CLOB, and Data APIs to retrieve current prices, order books, and historical trading activity for analysis.

What's the best way to search for active Polymarket events and markets?

Search for active Polymarket events by using the Gamma API query functionality to discover and identify relevant prediction markets based on specific search terms.

Can I cross-link Polymarket Gamma market data to CLOB and Data API details?

Yes, cross-link Polymarket Gamma market data to CLOB and Data API details by using tokens and condition IDs to connect end-to-end market insights, prices, and histories across the APIs.

How are double-encoded JSON fields and prices handled when querying Polymarket APIs?

When querying Polymarket APIs, double-encoded JSON fields are automatically parsed and extracted, and raw market prices are formatted as percentages to ensure readable and structured data outputs.

Do I need any dependencies to run the Polymarket CLI for market data queries?

No dependencies are required to run the Polymarket CLI queries, as the skill operates independently without external packages to search markets and fetch prediction market prices and history.

Why does my Polymarket API request return an error when fetching market history?

Polymarket API requests fetching market history may return errors due to invalid condition IDs or connectivity issues, which the skill gracefully handles by catching API errors and returning structured error messages.