polymarket

Fetch Polymarket market data, prices, and trades via public APIs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Polymarket provides a lightweight command-line interface to fetch and explore prediction market data from Polymarket’s public APIs, letting you quickly access markets, prices, order books, and recent activity without a browser.

Core Features & Use Cases

  • CLI search for events and markets via Gamma API
  • View current prices, orderbooks, and price history via CLOB and Data APIs
  • Retrieve recent trades and volumes for analysis and monitoring
  • Handles double-encoded JSON fields and formats results for quick review

Quick Start

Query the CLI to search for a topic like 'election' and display current prices and recent trades.

Frequently Asked Questions about polymarket

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

FAQPage Schema
How do I fetch Polymarket prediction market data from the command line?

You can fetch Polymarket prediction market data from the command line by querying public APIs to retrieve events, current prices, orderbooks, and recent trades without needing a browser or authentication. The CLI handles JSON parsing and formats results for quick review.

Can I retrieve Polymarket price history and trade volumes without an API key?

Yes, you can retrieve Polymarket price history and trade volumes without an API key because the CLI uses public Gamma, CLOB, and Data APIs. It directly accesses market data, enabling quick monitoring and analysis of recent activity.

What is the best way to search Polymarket events and markets for analysis?

The best way to search Polymarket events and markets for analysis is using a CLI tool that queries the Gamma API. It allows you to search for topics like 'election', view current odds, and retrieve structured output suitable for data workflows.

Does the Polymarket CLI handle double-encoded JSON fields in API responses?

Yes, the Polymarket CLI handles double-encoded JSON fields in API responses by applying robust API handling and specific JSON parsing logic. This ensures the structured output remains accurate for CLI workflows and data monitoring.

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

Limitations of using public APIs for Polymarket market data retrieval include relying on unauthenticated endpoints, which may restrict access to private data or impose rate limits. The CLI is designed for quick insight and monitoring rather than high-frequency trading.