polymarket

Fetch live Polymarket data from Gamma, CLOB, and Data APIs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Polymarket data is dispersed across multiple public APIs. This skill consolidates access to markets, prices, orderbooks, and price history to help you answer questions about event odds, price movements, and market activity.

Core Features & Use Cases

  • Retrieve live market data from Gamma, CLOB, and Data APIs
  • Display current prices, orderbooks, volume, and price history in a readable format
  • Use cases include price discovery, tracking market trends, and comparing market momentum

Quick Start

Query Polymarket data to retrieve current prices, volumes, and price history for a market.

Frequently Asked Questions about polymarket

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

FAQPage Schema
How do I fetch live Polymarket prices and orderbook data?

Fetch live Polymarket prices and orderbook data by querying the Gamma, CLOB, and Data public APIs. The skill handles API interactions, JSON parsing, and double-encoded fields to output readable market metrics.

What is the best way to track Polymarket prediction market trends and event odds?

Track Polymarket prediction market trends by retrieving current prices, volume, and price history across Gamma, CLOB, and Data endpoints. This provides formatted outputs suitable for analyzing event odds and market momentum.

Can I retrieve historical price trajectories for Polymarket prediction markets?

Yes, retrieve historical price trajectories for Polymarket prediction markets by querying the public Data endpoints. The skill parses JSON responses and handles double-encoded fields to deliver formatted historical price data.

Do I need an API key to access Polymarket market data?

No API key is needed to access Polymarket market data. The skill queries public APIs across Gamma, CLOB, and Data endpoints to retrieve live markets, prices, orderbooks, and price history without requiring authentication.

Why does my Polymarket API JSON response contain double-encoded fields?

Polymarket API JSON responses contain double-encoded fields due to how the public endpoints structure nested data. This skill handles the double-encoded fields parsing automatically to deliver clean, formatted output for scripting.

How do I consolidate Polymarket data from multiple public APIs for scripting?

Consolidate Polymarket data from multiple public APIs by querying the Gamma, CLOB, and Data endpoints. The skill manages API interactions and JSON parsing to produce formatted output suitable for scripting and rapid exploration.