polymarket

Consolidate Polymarket market data from public APIs into formatted output.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Gather and synthesize Polymarket data from public APIs to answer questions about market odds, prices, and volumes without manually hitting multiple endpoints.

Core Features & Use Cases

  • Unified data surface: search markets, fetch current prices, read orderbooks, and retrieve price history from Polymarket's public APIs.
  • Read-only safety: all endpoints are public REST APIs requiring no authentication, suitable for monitoring and education.
  • Use Case: quickly obtain the latest odds for a specific event, compare markets, and monitor changes over time.

Quick Start

Ask Polymarket for the current odds on a specific event and review the latest prices, volumes, 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 check Polymarket odds and prices for specific events?

To check Polymarket odds, you can query public APIs to retrieve current market prices, volumes, and orderbook data without manual endpoint navigation. The data is consolidated into a unified, readable surface for quick monitoring.

Can I retrieve Polymarket price history and trade data without authentication?

Yes, you can retrieve Polymarket price history and recent trades using public REST APIs that require no authentication. This read-only approach fetches historical price data and trade records safely for monitoring purposes.

What is the best way to aggregate prediction market data from multiple Polymarket endpoints?

Aggregating prediction market data is best handled by querying multiple public Polymarket APIs and parsing double-encoded fields. This process consolidates prices, volumes, and odds into a single formatted output view.

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

Querying Polymarket public APIs does not require an API key or authentication. All endpoints are public REST APIs, meaning you can fetch market odds, prices, and orderbooks directly without any login credentials.

How do I search Polymarket prediction markets and compare current volumes?

You search Polymarket prediction markets by querying the public API to fetch current prices and volumes. This allows you to compare different markets and monitor changes in odds over time from a unified data surface.

Why does parsing Polymarket API data require double-encoded field handling?

Parsing Polymarket API data requires double-encoded field handling because the public endpoints return nested data structures. Properly decoding these fields ensures that prices, volumes, and trades are formatted into readable output.