polymarket

Query Polymarket prediction market data via public REST APIs.

9|Updated Jul 1, 2026
One-click install
npx skills add https://github.com/Cyapstaye/Adame_ver.open --skill polymarket-cyapstaye
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polymarket
Source: https://github.com/Cyapstaye/Adame_ver.open/tree/main/skills/research/polymarket
Command: npx skills add https://github.com/Cyapstaye/Adame_ver.open --skill polymarket-cyapstaye

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill eliminates the need to manually browse prediction market websites by providing direct, programmatic access to real-time odds, market sentiment, and historical price data.

Core Features & Use Cases

  • Market Discovery: Search for active events and browse trending prediction markets by volume.
  • Data Analysis: Retrieve detailed orderbook information, midpoint prices, and historical probability trends for specific market outcomes.
  • Use Case: A researcher can use this skill to instantly pull the current probability of a specific political or economic event and visualize its price history to understand market sentiment shifts.

Quick Start

Use the polymarket skill to search for markets related to the upcoming election and display their current yes or no probabilities.

Frequently Asked Questions about polymarket

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

FAQPage Schema
How do I retrieve real-time prediction market data and odds programmatically?

To retrieve real-time prediction market data, this skill queries public REST APIs like Gamma, CLOB, and Data API endpoints to fetch current event details, market prices, and orderbook information. It parses JSON responses to return current yes or no probabilities.

Can I analyze historical probability trends for binary outcomes on Polymarket?

Yes, you can analyze historical probability trends for binary outcomes by querying the Polymarket Data API. The skill retrieves historical price data and market sentiment shifts, allowing you to visualize how probabilities for specific events have changed over time.

What's the best way to discover trending prediction markets by trading volume?

The best way to discover trending prediction markets is to use the skill's market discovery feature, which searches active events and browses markets by volume. It queries the Gamma API to retrieve event details and current market prices for research and monitoring.

Do I need specialized libraries to parse Polymarket REST API responses?

No, you do not need specialized libraries to parse Polymarket REST API responses. The skill requires only standard Python libraries to parse the JSON responses returned from the Gamma, CLOB, and Data API endpoints, keeping the barrier to entry low.

How does programmatic access to prediction market sentiment improve research workflows?

Programmatic access to prediction market sentiment improves research workflows by eliminating the need to manually browse prediction market websites. It provides direct retrieval of real-time odds, midpoint prices, and historical data for instant analysis of market sentiment shifts.

Are there limitations when using public REST APIs for prediction market analytics?

Limitations when using public REST APIs for prediction market analytics include dependencies on the availability and rate limits of the Gamma, CLOB, and Data API endpoints. The skill is designed for research and monitoring tasks rather than high-frequency trading execution.