polymarket

Retrieve Polymarket prediction market prices, orderbooks, and history via Python.

Updated May 8, 2026
One-click install
npx skills add https://github.com/superfhp/lumi-agent --skill polymarket-superfhp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polymarket
Source: https://github.com/superfhp/lumi-agent/tree/main/skills/research/polymarket
Command: npx skills add https://github.com/superfhp/lumi-agent --skill polymarket-superfhp

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 easy way to access and query Polymarket prediction market data, enabling users to quickly get market prices, orderbook data, and price history.

Core Features & Use Cases

  • Query Prediction Markets: Retrieve market prices, orderbook data, and price history from Polymarket.
  • Use Case: When a user wants to know the odds of a specific event happening or wants to track market movements.
  • Use Case: For data analysts and researchers looking for real-time market data for their analyses.

Quick Start

Query the odds of an event by using the 'polymarket' skill 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 prediction market odds and price history from Polymarket?

To get prediction market odds and price history from Polymarket, you can query specific event names to retrieve current market prices, orderbook data, and historical price movements for analysis.

Can I retrieve orderbook data for prediction markets using Python?

Yes, you can retrieve orderbook data for prediction markets using Python by executing API requests and parsing JSON responses to access real-time Polymarket orderbook details and market prices.

What's the best way to track prediction market movements for analysis?

The best way to track prediction market movements for analysis is by querying market data endpoints to extract price history and current odds, enabling informed decision-making through real-time observation of market fluctuations.

Do I need Python to access Polymarket data and parse JSON responses?

Yes, you need Python to access Polymarket data and parse JSON responses, because the API interaction and data parsing logic rely on Python scripts utilizing the requests and json libraries.

What prediction market data is available when querying event odds?

When querying event odds, the available prediction market data includes current market prices, historical price trends, and orderbook data, which are retrieved by searching for specific event names.

Why use a dedicated script for prediction market data instead of manual browsing?

Using a dedicated script for prediction market data instead of manual browsing allows you to quickly automate API requests and JSON parsing, yielding structured real-time market prices and history for analysis.