polymarket

Query Polymarket prediction market data via public REST APIs.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/GarrettRoi/open-manus --skill polymarket-garrettroi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polymarket
Source: https://github.com/GarrettRoi/open-manus/tree/main/skills/research/polymarket
Command: npx skills add https://github.com/GarrettRoi/open-manus --skill polymarket-garrettroi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires json, sys, urllib.request, urllib.parse, urllib.error, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides easy access to real-time data from prediction markets, allowing users to understand event probabilities and market trends without needing specialized tools or API keys.

Core Features & Use Cases

  • Market Search: Find prediction markets based on keywords.
  • Price & Volume Data: Get current prices (as probabilities) and trading volume for markets.
  • Orderbook & History: View detailed orderbook information and historical price movements.
  • Use Case: A user asks, "What are the odds that the next major tech conference will be held in Europe?" This Skill can search Polymarket, find the relevant market, and report the current probability and volume.

Quick Start

Use the polymarket skill to search for markets related to 'US presidential election'.

Frequently Asked Questions about polymarket

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

FAQPage Schema
How do I get current prices and trading volume for Polymarket prediction markets?

To get current prices and trading volume for Polymarket prediction markets, this Skill queries public REST APIs to retrieve real-time market data, converting prices into event probabilities and reporting volume metrics for analysis.

Can I search prediction market odds by keyword without an API key?

You can search prediction market odds by keyword without an API key, as this Skill uses read-only public REST APIs to discover and browse relevant Polymarket events based on user-provided search terms.

How do I view the orderbook and price history for prediction market events?

Viewing the orderbook and price history for prediction market events is done by querying Polymarket public APIs, which return detailed orderbook information and historical price movements for tracking market trends over time.

What prediction market data is available to query for event probabilities?

Prediction market data available to query includes event probabilities, current prices, trading volumes, orderbook details, and price history, all accessed via public REST APIs for comprehensive market analysis.

Do I need any dependencies or packages to query Polymarket market data?

Querying Polymarket market data requires standard Python dependencies including json, sys, urllib.request, urllib.parse, and urllib.error, ensuring compatibility with basic environments without specialized installations.

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

Limitations of using public REST APIs for prediction market data include read-only access, meaning you can retrieve prices and orderbooks but cannot execute trades or access private account data through this Skill.