polymarket

Fetch Polymarket market prices, volumes, and history from public REST APIs.

13|3|Updated May 12, 2026
One-click install
npx skills add https://github.com/kevinnft/ai-agent-skills --skill polymarket-kevinnft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polymarket
Source: https://github.com/kevinnft/ai-agent-skills/tree/main/skills/research/polymarket
Command: npx skills add https://github.com/kevinnft/ai-agent-skills --skill polymarket-kevinnft

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 formats. This skill consolidates access to markets, prices, orderbooks, and history, enabling quick data retrieval for analysis, decisions, or monitoring.

Core Features & Use Cases

  • Unified data access: fetch current market prices, volumes, and market metadata from Gamma, CLOB, and Data APIs.
  • Historical insight: retrieve price history for trend analysis and event tracking.
  • Read-only convenience: safe to run without any trading actions; ideal for research, dashboards, or alerts.

Quick Start

Ask your assistant to fetch the latest Polymarket market data for a specific event.

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 history?

Fetch Polymarket prices and market history by querying public REST APIs. This skill retrieves current market prices, volumes, and historical data from Gamma, CLOB, and Data endpoints.

What is the best way to get Polymarket orderbook data for analysis?

Get Polymarket orderbook data by accessing the CLOB API. Retrieve real-time orderbook information alongside market prices safely for analysis, dashboards, or monitoring.

How does parsing double-encoded fields like outcomePrices work for prediction markets?

Parsing double-encoded fields like outcomePrices involves decoding nested JSON strings from prediction market APIs. This skill automatically parses outcomes and clobTokenIds to present clean market data.

Can I retrieve Polymarket open interest and trades without executing transactions?

Retrieve Polymarket open interest and trades without executing transactions. This read-only skill fetches data from the Data API, making it safe for research and dashboards.

Does fetching Polymarket data require authentication or API keys?

Fetching Polymarket data does not require authentication or API keys. The skill accesses public REST APIs to gather market metadata, prices, and history without any trading actions.