polymarket

Retrieve real-time and historical Polymarket prediction market data via API.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/DifanaDAP/hermes-backup --skill polymarket-difanadap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polymarket
Source: https://github.com/DifanaDAP/hermes-backup/tree/main/workspace/skills/research/polymarket
Command: npx skills add https://github.com/DifanaDAP/hermes-backup --skill polymarket-difanadap

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows users to query and retrieve prediction market data from Polymarket, eliminating the need for manual data collection and analysis.

Core Features & Use Cases

  • Real-time Market Data: Access current prices, orderbooks, and market prices.
  • Historical Data: Retrieve historical price and volume data for specific markets.
  • Search & Discovery: Use the Gamma API to search for events and markets.
  • Use Case: Quickly determine the probability of an event occurring by querying the current price in the prediction market.

Quick Start

Use the polymarket skill to retrieve the current price for the event '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 retrieve real-time Polymarket prediction market prices?

You retrieve real-time Polymarket prediction market prices by querying the interface for current market data, which returns live prices and orderbooks for specific events. This provides direct access to current market probabilities without manual data collection.

Can I get historical price data for Polymarket events?

Yes, you can retrieve historical price data for Polymarket events. The interface supports fetching historical price and volume data for specific markets, allowing you to analyze past prediction market trends and probability shifts over time.

What is the best way to search for prediction markets on Polymarket?

The best way to search for prediction markets on Polymarket is using the Gamma API. It provides search and discovery functionality for events and markets, allowing you to find specific prediction markets by querying event names or conditions.

Do I need an API key to access Polymarket data?

Yes, you need a Polymarket API key to access prediction market data. The Skill requires internet access and a valid API key to authenticate requests for retrieving current prices, orderbooks, and historical market data.

Does the Polymarket data retrieval Skill work with Python requests?

Yes, the Polymarket data retrieval Skill works with Python requests. It uses the requests library as its core dependency to fetch real-time and historical prediction market data from Polymarket APIs.