polymarket

Retrieve and analyze Polymarket prediction market data via public REST APIs.

3|1|Updated Apr 19, 2024
One-click install
npx skills add https://github.com/guccang/blogclaw --skill polymarket-guccang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polymarket
Source: https://github.com/guccang/blogclaw/tree/main/cmd/hermes-agent/vendor/hermes_runtime/skills/research/polymarket
Command: npx skills add https://github.com/guccang/blogclaw --skill polymarket-guccang

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill removes the complexity of accessing and interpreting Polymarket prediction market data by providing structured ways to query market probabilities, prices, and trading information.

Core Features & Use Cases

  • Market Discovery: Search Polymarket events and markets to find prediction questions, outcomes, and current probabilities.
  • Market Analysis: Retrieve prices, orderbooks, price history, trades, and volume data from public Polymarket APIs.
  • Use Case: Analyze the likelihood of real-world events by comparing current prediction market odds, liquidity, and historical price movements.

Quick Start

Ask the Polymarket skill to find current prediction market odds for a specific event and summarize the probability data.

Frequently Asked Questions about polymarket

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

FAQPage Schema
How do I get current prediction market odds for a specific event?

To get prediction market odds for an event, you query Polymarket APIs to search events and retrieve current probabilities, outcomes, and market prices. This process parses JSON data to provide structured market probability summaries.

What prediction market data can I analyze using public APIs?

Using public Polymarket APIs, you can analyze prediction market data including event probabilities, orderbooks, price history, trades, and volume data. This allows you to review liquidity and historical price movements for real-world events.

How do I inspect the orderbook and historical prices for prediction markets?

You inspect prediction market orderbooks and price history by requesting specific endpoints from the Polymarket public REST API. The returned JSON data provides structured access to token prices and historical trading movements.

Do I need an API key to retrieve Polymarket probability and trading data?

You do not need an API key for basic market discovery and probability lookup tasks. The Skill relies on public REST API access patterns to retrieve and parse JSON data for market prices, tokens, and historical data.

What is the best way to track prediction market liquidity and volume?

The best way to track prediction market liquidity and volume is to query Polymarket APIs for orderbook inspection and trade data. This provides structured JSON outputs detailing current prices and historical trading volume.