polymarket

Query Polymarket market prices, orderbooks, and historical data via REST APIs.

Updated Jun 13, 2026
One-click install
npx skills add https://github.com/DonZzzilla/kalshi-explorer --skill polymarket-donzzzilla
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polymarket
Source: https://github.com/DonZzzilla/kalshi-explorer/tree/main/skills/user-skills/research/polymarket
Command: npx skills add https://github.com/DonZzzilla/kalshi-explorer --skill polymarket-donzzzilla

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, json, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides an interface to access and query data from Polymarket, a prediction market platform, making it easier to obtain market prices, orderbook data, and price history.

Core Features & Use Cases

  • Market Data Retrieval: Fetch market prices, orderbook data, and price history from Polymarket.
  • Search Functionality: Search for specific markets or events within the Polymarket platform.
  • Use Case: A user can ask about the probability of a certain event happening, and the skill will return the current market price and implied probability.

Quick Start

Use the polymarket skill to get the current price of the market "Will X happen?".

Frequently Asked Questions about polymarket

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

FAQPage Schema
How do I get market prices and orderbook data from Polymarket?

You can retrieve Polymarket market prices and orderbook data by querying the platform's public REST APIs. This approach enables you to fetch and parse real-time market data, implied event probabilities, and historical price history for analysis.

How does implied probability work in prediction markets?

Implied probability in prediction markets is derived from current market prices. By retrieving the market price for a specific event happening through REST APIs, you can calculate the likelihood the market assigns to that outcome based on trading activity.

Can I search for specific prediction market events using Python?

Yes, you can search for specific prediction market events using Python to parse JSON responses from public REST APIs. This allows you to locate specific markets and retrieve their corresponding orderbook data and price history for analysis.

Do I need Python to retrieve Polymarket price history and market data?

Python is required to parse and retrieve Polymarket prediction market data via public REST APIs. You need Python libraries like requests and json to fetch and structure market prices, orderbooks, and historical price data for analysis.

What are the limitations of using public REST APIs for prediction market data?

Limitations of using public REST APIs for prediction market data include potential rate limits and reliance on the platform's API availability. This approach is ideal for market research and analysis but may not support high-frequency trading due to data retrieval constraints.