polymarket

Fetch Polymarket market data from public REST APIs without authentication.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Polymarket data is scattered across multiple public APIs and requires manual queries to assemble current prices, markets, and price histories. This skill centralizes access and presents a coherent snapshot for analysis and decision-making.

Core Features & Use Cases

  • Search markets using the Gamma API public endpoints to discover events and related markets.
  • Retrieve current prices, orderbooks, and price histories from Gamma, CLOB, and Data APIs for quick analysis.
  • Present results with clear formatting and context suitable for dashboards or AI prompts.
  • Use Case: Quickly assess event odds by returning Yes/No prices and volumes for a given market.

Quick Start

Run the polymarket.py script with a search query to discover matching markets.

Frequently Asked Questions about polymarket

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

FAQPage Schema
How do I get current prices and orderbooks from Polymarket public APIs?

You can retrieve current Polymarket prices and orderbooks by querying the Gamma and CLOB public REST APIs without authentication. This approach fetches real-time Yes/No prices and orderbook depth for individual markets and events to support quick analysis.

What is the best way to search Polymarket events and discover related markets?

The best way to search Polymarket events is using the Gamma API public endpoints. Searching with a text query returns matching events and their related markets, normalizing the results into a structured format suitable for dashboards or AI prompts.

Can I retrieve Polymarket price history for a specific market without an API key?

Yes, you can retrieve Polymarket price history without an API key by accessing the public Data API. It provides historical price data for individual markets, allowing you to monitor trends and assemble coherent snapshots for decision-making.

Does fetching Polymarket market data require any authentication or API keys?

Fetching Polymarket market data requires no authentication or API keys. The skill accesses public REST APIs directly to retrieve current prices, orderbooks, and price histories, removing the barrier of manual query setup and key management.

How do I format Polymarket API responses for use in dashboards or AI prompts?

To format Polymarket API responses for dashboards or AI prompts, the data fetched from the Gamma, CLOB, and Data APIs is normalized into readable formatting and structured outputs. This provides clear context and coherent snapshots for analysis.

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

A limitation of using public REST APIs for Polymarket data is that access is read-only, restricting users to fetching current prices, orderbooks, and price histories. It does not support placing trades, managing positions, or accessing private account data.