polymarket

Retrieve Polymarket market data from public REST endpoints.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/VYRE-Studios/Windows-Agentic-Framework --skill polymarket-vyre-studios
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polymarket
Source: https://github.com/VYRE-Studios/Windows-Agentic-Framework/tree/main/skills/research/polymarket
Command: npx skills add https://github.com/VYRE-Studios/Windows-Agentic-Framework --skill polymarket-vyre-studios

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Analysts often need timely Polymarket data (markets, prices, orderbooks, and history) but must rely on public endpoints that require no authentication.

Core Features & Use Cases

  • Read-only data access from Polymarket public APIs (Gamma for discovery, CLOB for prices/orderbooks, and Data API for trades/open interest)
  • Comprehensive data retrieval: search markets, fetch current prices, orderbooks, and price history
  • Use cases: build dashboards, run market research, monitor events, and generate quick summaries of market activity

Quick Start

Query Polymarket markets and prices using the public REST APIs.

Frequently Asked Questions about polymarket

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

FAQPage Schema
How do I retrieve Polymarket market data and current prices via public APIs?

You can retrieve Polymarket market data by querying public REST APIs to search markets and fetch current prices. This provides read-only access to market metadata and pricing without requiring authentication.

Can I get Polymarket orderbook and price history data without authentication?

Yes, you can fetch Polymarket orderbooks and price history without authentication. The public CLOB and Data APIs provide read-only access to time-series history and orderbook depth for market research.

What is the best way to search prediction markets for monitoring and research?

The best way to search prediction markets for research is using the Gamma API. It allows you to discover active markets and retrieve metadata to build dashboards and monitor events.

Does this approach to retrieving prediction market data handle JSON-encoded fields?

Yes, retrieving prediction market data via these public APIs includes robust parsing for JSON-encoded fields. This ensures market metadata and time-series history are correctly formatted for analysis.

What are the limitations of using public REST endpoints for market data retrieval?

The main limitation of using public REST endpoints for market data retrieval is read-only access. You can fetch prices and orderbooks but cannot execute trades or place orders through these APIs.