polymarket

Query Polymarket prediction market data via public REST APIs.

2|Updated Jun 8, 2026
One-click install
npx skills add https://github.com/vikrant-project/devil-agent-ai-platform --skill polymarket-vikrant-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polymarket
Source: https://github.com/vikrant-project/devil-agent-ai-platform/tree/main/agent_core/skills/research/polymarket
Command: npx skills add https://github.com/vikrant-project/devil-agent-ai-platform --skill polymarket-vikrant-project

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a streamlined way to query and analyze prediction market data from Polymarket, offering insights into market odds, pricing, and historical trends.

Core Features & Use Cases

  • Market Query: Retrieve information on specific prediction markets, including prices, orderbooks, and historical data.
  • Real-Time Pricing: Access up-to-date market prices and midpoints.
  • Orderbook Data: View the latest bids and asks in the market.
  • Historical Analysis: Analyze price history and volume data over time.
  • Use Case: A user could ask, "What are the odds of event X happening?" and the skill would provide the current market odds and historical data.

Quick Start

Query the odds of a specific event happening by using the 'polymarket' skill.

Frequently Asked Questions about polymarket

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

FAQPage Schema
How do I get real-time prices from prediction markets?

Yes, you can analyze historical price trends by retrieving price history and volume data over time from Polymarket's public REST APIs. The skill processes the JSON responses using Python to format the historical market data for analysis.

How do I retrieve orderbook data for prediction markets?

Orderbook data for prediction markets is retrieved by querying Polymarket's public REST APIs to view the latest bids and asks. The skill requires Python to process the JSON responses and format the output orderbook data.

Do I need Python to query Polymarket API data?

Yes, you need Python to query Polymarket API data because the skill requires Python for processing JSON responses and formatting the output. The implementation uses the requests and json libraries to handle the API interactions.

Can I search and browse prediction markets by specific events?

Yes, you can search and browse prediction markets by specific events using the skill's discovery and search capabilities. It queries Polymarket's public REST APIs to find specific prediction markets and retrieves their current odds and historical data.

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

Limitations of using REST APIs for prediction market data include dependence on Polymarket's public API availability and rate limits. The skill only provides read access to market data and does not support executing trades or interacting with the orderbook.