polymarket

Fetch real-time and historical prediction market data from Polymarket APIs.

Updated Jun 15, 2026
One-click install
npx skills add https://github.com/Piaoxuemoli/qoobeeHermes --skill polymarket-piaoxuemoli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polymarket
Source: https://github.com/Piaoxuemoli/qoobeeHermes/tree/main/hermes/skills/research/polymarket
Command: npx skills add https://github.com/Piaoxuemoli/qoobeeHermes --skill polymarket-piaoxuemoli

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a streamlined method to access and understand prediction market data, making it easier for users to stay informed about odds and events.

Core Features & Use Cases

  • Market Data Retrieval: Fetch live market prices, orderbooks, and historical data from Polymarket.
  • User Queries: Handle user queries regarding market odds, probabilities, and historical trends.
  • Use Case: For a user interested in the odds of a certain event occurring, this Skill can quickly provide the market price and volume of that event.

Quick Start

To get the odds of a specific event on Polymarket, use the 'polymarket query' command followed by the event name.

Frequently Asked Questions about polymarket

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

FAQPage Schema
How do I get real-time prediction market odds from Polymarket?

To retrieve real-time prediction market odds from Polymarket, this Skill queries the CLOB API for live market prices and orderbooks. You simply use the 'polymarket query' command followed by the specific event name to get current probabilities.

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

Yes, you can fetch historical price history and trade data for prediction markets using this Skill. It operates with the Data API to retrieve past trade history and historical market price trends for specific events on the Polymarket platform.

Do I need Python to retrieve Polymarket data and odds?

Yes, you need Python and network access to the Polymarket APIs to retrieve Polymarket data and odds. The Skill relies on Python scripts to manage queries and communicate with the Gamma, CLOB, and Data APIs for market discovery and price retrieval.

What is the best way to discover prediction market events on Polymarket?

The best way to discover prediction market events on Polymarket is by using the Gamma API. This Skill utilizes the Gamma API for market discovery, allowing you to find specific events before fetching their real-time prices and historical trade data.

Are there limitations when retrieving real-time analysis from prediction markets?

Limitations when retrieving real-time analysis from prediction markets include requiring active network access to the Polymarket APIs. The Skill's ability to fetch live market prices and orderbooks depends entirely on the availability of the CLOB API and Data API endpoints.

How does Polymarket data retrieval work for market prices and probabilities?

Polymarket data retrieval works by managing user queries to fetch market prices and probabilities through three endpoints. The Gamma API handles discovery, the CLOB API provides real-time prices and orderbooks, and the Data API supplies historical trade data.