polymarket

Query Polymarket public REST APIs for markets, prices, orderbooks, and price history.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Polymarket users and developers often need quick access to current market data, prices, and historical activity from public APIs. This skill centralizes access to Polymarket data via Gamma, CLOB, and Data APIs, returning structured results for downstream analysis and tooling.

Core Features & Use Cases

  • Query live market data, including event titles, market questions, prices, and volumes.
  • Retrieve orderbooks and price histories for analysis and monitoring.
  • CLI-friendly access with commands like search, market, event, price, book, history, and trades.

Quick Start

Run the polymarket CLI to search for a topic, for example 'bitcoin', to see current markets.

Frequently Asked Questions about polymarket

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

FAQPage Schema
How do I fetch Polymarket prices and market data without API authentication?

You can fetch Polymarket prices and market data without authentication by querying the public Gamma, CLOB, and Data REST APIs. This approach retrieves live event titles, market questions, prices, and volumes, parsing double-encoded JSON fields to return human-readable results for analysis.

Can I retrieve orderbook and price history data from prediction markets for monitoring?

Yes, retrieving orderbook and price history data from prediction markets is possible via the CLOB and Data APIs. You can monitor market movements, track trading volumes, and build dashboards or bots that analyze historical price activity and current orderbooks.

What prediction market data formats are returned when querying public REST APIs?

Prediction market data formats returned by querying public REST APIs include JSON structures with event titles, market questions, prices, volumes, and orderbooks. The system handles double-encoded fields by parsing nested JSON to present formatted, human-readable market data results.

How do I search for specific prediction market events like Bitcoin using REST APIs?

To search for specific prediction market events like Bitcoin using REST APIs, run a search command targeting the Gamma API. This queries current markets matching your topic, returning event titles, market questions, live prices, and trading volumes for downstream analysis.

Do I need API keys or authentication tokens to access Polymarket data?

No, you do not need API keys or authentication tokens to access Polymarket data. The skill queries public REST APIs directly, handling API discovery and JSON parsing to retrieve markets, prices, orderbooks, and price history without requiring authentication.

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

Limitations of using public REST APIs for prediction market data analysis include potential rate limits, reliance on API availability, and the need to handle double-encoded JSON fields. The skill manages JSON parsing and API discovery but cannot bypass access restrictions or guarantee real-time data latency.