polymarket

Query Polymarket's public REST APIs for prediction market data.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manually querying Polymarket's fragmented public APIs and parsing their double-encoded JSON response fields is time-consuming and error-prone for users needing quick access to prediction market data.

Core Features & Use Cases

  • Read-Only API Access: Query all three of Polymarket's public REST APIs (Gamma, CLOB, Data) without authentication to get market search results, real-time prices, orderbooks, price history, and trade data.
  • Automated Data Parsing: Automatically handles double-encoded JSON fields like outcomePrices and clobTokenIds, formatting probability prices as human-readable percentages with associated volume data.
  • Use Case Example: A security analyst can quickly check prediction market odds for a geopolitical event to inform threat intelligence assessments, or a researcher can track probability shifts for a scientific outcome over time without writing custom API code.

Quick Start

Use the polymarket skill to find the current odds and 30-day price history for the market asking if Ethereum will exceed $5,000 by the end of 2024.

Frequently Asked Questions about polymarket

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

FAQPage Schema
How do I get current prediction market odds from Polymarket without authentication?

You can retrieve Polymarket prediction market odds by querying its public REST APIs directly. This approach fetches real-time prices and market data instantly without requiring any authentication or custom integration code.

How do I parse double-encoded JSON fields like outcomePrices from Polymarket APIs?

To parse double-encoded JSON fields from Polymarket APIs, manual decoding is typically required. This data query process automatically handles decoding for fields like outcomePrices and formats probability prices into human-readable percentages.

Can I retrieve historical price history and trade data for Polymarket prediction markets?

Yes, you can retrieve historical price history and trade data for Polymarket prediction markets. Querying the public Data API enables tracking probability shifts and analyzing trade data over time for forecasting research.

Does querying Polymarket orderbook data require API keys?

Querying Polymarket orderbook data does not require API keys. Read-only access to the CLOB API retrieves real-time orderbooks and prices unauthenticated, eliminating entry barriers for market monitoring workflows.

What is the best way to search for specific prediction market events on Polymarket?

The best way to search for prediction market events on Polymarket is querying the Gamma API. This unauthenticated method returns event and market search results instantly without needing custom API integration scripts.