polymarket

Fetch real-time Polymarket prediction market data via Gamma, CLOB, and Data APIs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of querying prediction market data from Polymarket, providing a user-friendly interface to access market prices, orderbooks, and historical data.

Core Features & Use Cases

  • Market Data Access: Retrieve real-time prices, orderbooks, and historical data for various prediction markets.
  • Event and Market Information: Search for events, view market questions, and obtain probabilities.
  • Use Case: If a user wants to know the current odds of a particular event occurring in a prediction market, this Skill can quickly provide the necessary information.

Quick Start

Use the polymarket skill to get the current price for the event with condition ID '0x123456789abcdef'.

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 prices from Polymarket?

To retrieve real-time prediction market prices from Polymarket, you can query specific events using condition IDs to fetch current market prices, probabilities, and orderbook data via the Gamma and CLOB APIs.

Can I access historical price data for prediction markets?

Yes, you can access historical price data for prediction markets by querying the Polymarket Data API, which returns historical pricing records parsed as JSON responses for tracking past market trends.

How do I search for specific prediction market events and probabilities?

You can search for specific prediction market events and probabilities by querying the Polymarket Gamma API to retrieve event information, market questions, and current calculated probabilities.

Do I need Python to fetch Polymarket orderbook data?

You need Python to fetch Polymarket orderbook data because this Skill utilizes Python's requests and json libraries to interact with the Polymarket APIs and parse the returned data structures.

What APIs are required to query Polymarket data?

Querying Polymarket data requires interaction with the Gamma API for event information, the CLOB API for orderbook and real-time pricing, and the Data API for historical price data retrieval.

Best way to get current odds for a Polymarket event?

The best way to get current odds for a Polymarket event is to use the condition ID to query the CLOB API, which fetches and presents the real-time market prices and probabilities directly.