polymarket

Search Polymarket markets, prices, and history via public REST endpoints.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Polymarket data access is provided via public APIs to read market options, prices, orderbooks, and price history without authentication.

Core Features & Use Cases

  • Search and discover Polymarket events and markets through public endpoints.
  • Retrieve current prices, orderbooks, and price history for markets, with proper parsing of double-encoded fields.
  • Use case: quickly answer questions like "What are the current odds for event X?" or "Show me recent trades and price trends for market Y."

Quick Start

Query current prices and price history for a Polymarket market using the polymarket CLI.

Frequently Asked Questions about polymarket

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

FAQPage Schema
How do I retrieve current prices and odds for Polymarket prediction markets?

You can retrieve current prices and odds for Polymarket prediction markets by querying public REST endpoints. The skill accesses the Gamma, CLOB, and Data APIs to return market lists and current prices without requiring authentication.

Can I get orderbook and price history data from Polymarket APIs without authentication?

Yes, you can get orderbook and price history data from Polymarket APIs without authentication. The skill handles read-only API access to fetch orderbooks and historical price movements from public endpoints.

How do I parse double-encoded JSON fields when fetching Polymarket market data?

To parse double-encoded JSON fields when fetching Polymarket market data, the skill automatically handles JSON parsing of these fields. It processes the nested encoding structure returned by the public REST APIs to extract readable values.

What Polymarket API endpoints are available to search events and market volumes?

The available Polymarket API endpoints to search events and market volumes include the Gamma, CLOB, and Data APIs. The skill aggregates data across these public REST endpoints to return event lists, prices, and volume information.

Does querying Polymarket public REST APIs require an API key or authentication?

Querying Polymarket public REST APIs does not require an API key or authentication. The skill handles read-only API access to fetch market options, prices, and orderbooks directly from the public endpoints.

Why are my Polymarket API responses returning nested JSON strings instead of parsed data?

Your Polymarket API responses are returning nested JSON strings because the API uses double-encoded fields. The skill specifically handles JSON parsing of these double-encoded fields to ensure you receive properly structured data.