polymarket

Fetch Polymarket prediction market prices, orderbooks, and price history from public APIs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Polymarket provides read-only access to prediction market data via public REST APIs; this skill consolidates search, price, and history retrieval to simplify data gathering for research, dashboards, and decision-making.

Core Features & Use Cases

  • Search and discover markets from Polymarket's Gamma API for exploration and monitoring.
  • Retrieve current prices, market questions, orderbooks, and volumes for markets and events.
  • Access price history and market metadata to support trend analysis and research.

Quick Start

Run the polymarket.py script with a search query to find markets by keyword, for example search bitcoin.

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 orderbook data for Polymarket prediction markets?

You can retrieve current prices and orderbook data for Polymarket prediction markets by querying the public CLOB and Gamma REST APIs. This skill handles the data retrieval and parses double-encoded fields automatically to provide clean market metadata.

Can I access Polymarket price history without API authentication?

Yes, you can access Polymarket price history without API authentication. The skill reads public Gamma, CLOB, and Data APIs to fetch historical price trends and market volumes for research and dashboards.

What is the best way to search and discover prediction markets on Polymarket?

The best way to search and discover prediction markets on Polymarket is using the Gamma API. You can run a keyword search query to find specific events, monitor market questions, and retrieve current volumes for exploration.

Does retrieving Polymarket market data require any API keys or dependencies?

Retrieving Polymarket market data does not require any API keys or dependencies. The skill operates read-only against public REST APIs and handles double-encoded fields internally, requiring no external authentication setup.

Why does Polymarket API data sometimes show double-encoded fields when fetched?

Polymarket API data sometimes shows double-encoded fields due to how the public REST endpoints structure their JSON responses. This skill automatically handles the double-encoding during retrieval to deliver clean, readable market prices and metadata.