polymarket

Retrieve real-time and historical Polymarket market data via public REST APIs.

5|2|Updated May 26, 2026
One-click install
npx skills add https://github.com/nyxoraAI/Nyxora --skill polymarket-nyxoraai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polymarket
Source: https://github.com/nyxoraAI/Nyxora/tree/main/packages/core/playbooks/research/polymarket
Command: npx skills add https://github.com/nyxoraAI/Nyxora --skill polymarket-nyxoraai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the problem of accessing and querying Polymarket prediction market data, providing users with real-time market prices, orderbooks, and historical price data.

Core Features & Use Cases

  • Real-time Market Prices: Retrieve current market prices for binary outcomes.
  • Orderbooks: View detailed orderbook data for various outcomes.
  • Historical Price Data: Access historical price data for market analysis.
  • Use Case: A user can ask about the odds of a specific event happening on Polymarket, and the Skill will provide the current market price and volume.

Quick Start

Use the polymarket skill to get the current price for the market with condition ID '0x12345'.

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 market prices for Polymarket prediction markets?

To retrieve real-time market prices for Polymarket prediction markets, you query the public REST APIs using Python to fetch current binary outcome prices and parse the JSON response.

Can I access historical price data from Polymarket for market analysis?

Yes, you can access historical price data from Polymarket by querying its public REST APIs with Python, enabling you to gather historical market prices for trend analysis and backtesting.

How do I view the orderbook data for a specific Polymarket event?

You can view the orderbook data for a specific Polymarket event by sending API requests to the public REST endpoints, which returns detailed orderbook data for various binary outcomes in JSON format.

Do I need Python to query Polymarket prediction market data?

Yes, you need Python to query Polymarket prediction market data, because the Skill relies on Python scripts to interact with the public REST APIs and parse the returned JSON market data.

What's the best way to find the current odds of an event happening on Polymarket?

The best way to find the current odds of an event happening on Polymarket is to query the market price using its condition ID, which returns the current market price and trading volume via REST API.

Does querying Polymarket market data require authentication or API keys?

Querying Polymarket market data does not require authentication or API keys for basic tasks, as the Skill retrieves real-time and historical market data directly from Polymarket's public REST APIs.