polymarket

Query Polymarket REST API for prices, orderbooks, and market data.

247|22|Updated Dec 11, 2024
One-click install
npx skills add https://github.com/graniet/kheish --skill polymarket-graniet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polymarket
Source: https://github.com/graniet/kheish/tree/main/skills/research/polymarket
Command: npx skills add https://github.com/graniet/kheish --skill polymarket-graniet

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill eliminates the need to manually navigate the Polymarket website or write custom API integrations to access prediction market data, saving time for users who need up-to-date event odds, price history, and market metrics for research, analysis, or tracking purposes.

Core Features & Use Cases

  • Read-only public API access: Query all Polymarket market data via public REST endpoints with no authentication or API keys required.
  • Comprehensive data retrieval: Search for markets, view trending events, get individual market/event details, check current prices and orderbooks, access historical price data, and review recent trades.
  • Use case example: A data analyst tracking public sentiment on upcoming events can use this Skill to quickly pull the latest probability odds for relevant markets, view historical price trends to identify shifts in sentiment, and check trading volume to gauge market interest.

Quick Start

Use the polymarket skill to find the current Yes/No odds and 30-day price history for all active markets related to artificial intelligence regulation.

Frequently Asked Questions about polymarket

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

FAQPage Schema
How do I get current odds and prices from Polymarket prediction markets?

Access real-time Polymarket prediction market odds by querying public REST endpoints to retrieve current prices, orderbooks, and recent trade data without requiring API keys or manual website navigation.

What's the best way to access Polymarket price history for trend analysis?

Retrieve Polymarket price history by querying the public REST API to access historical price data for probability research and market analysis, with automatic conversion of price values to human-readable percentages.

Do I need an API key to query Polymarket prediction market data?

No API key is required to query Polymarket prediction market data. This approach enables unauthenticated, read-only access to public REST API endpoints for retrieving market search results, event details, and orderbooks.

Can I search for trending Polymarket events and individual market details programmatically?

Yes, you can search trending Polymarket events and retrieve individual market and event details programmatically by querying public REST API endpoints, with built-in parsing of double-encoded JSON response fields.

Why does Polymarket API response data require special parsing for market analysis?

Polymarket API response data requires special parsing because it contains double-encoded JSON fields. This access method includes built-in parsing to automatically handle these structures and convert price values to human-readable percentages.