polymarket

Query Polymarket market data from public REST APIs without authentication.

1|Updated May 18, 2026
One-click install
npx skills add https://github.com/rickyananda/hermes-skills --skill polymarket-rickyananda
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polymarket
Source: https://github.com/rickyananda/hermes-skills/tree/main/research/polymarket
Command: npx skills add https://github.com/rickyananda/hermes-skills --skill polymarket-rickyananda

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill removes the manual effort of finding live Polymarket odds, market details, and historical movement across public prediction-market APIs.

Core Features & Use Cases

  • Market Discovery: Search events and markets by topic, tag, slug, or trending volume.
  • Price Intelligence: Inspect current prices, midpoint, spread, orderbook depth, and price history.
  • Activity Analysis: Review recent trades and open interest to understand market momentum.
  • Use Case: A researcher wants to know the latest probability of a political or economic event and compare it with recent trading activity and historical price changes.

Quick Start

Ask for the latest Polymarket odds, orderbook, and price history for a specific topic or market.

Frequently Asked Questions about polymarket

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

FAQPage Schema
How do I get live Polymarket odds and market data without authentication?

You can retrieve live Polymarket odds by querying public REST APIs without authentication. This Skill formats current prices, probabilities, and volumes by parsing Gamma fields and mapping clobTokenIds to CLOB endpoints.

What's the best way to track Polymarket price history and recent trades?

Tracking Polymarket price history involves querying the Data API endpoints using mapped conditionId values. You can analyze recent trades, open interest, and historical price movements to understand market momentum and activity.

How do I search Polymarket prediction markets by topic or trending volume?

Searching Polymarket prediction markets allows discovery by topic, tag, slug, or trending volume. The Skill queries the Gamma API to surface relevant events and markets matching your specified search criteria.

Can I inspect the Polymarket orderbook depth and bid-ask spread programmatically?

Inspecting the Polymarket orderbook provides bid-ask spread and depth data via the CLOB API. The Skill formats this orderbook information by mapping clobTokenIds from the initial market metadata response.

Why does parsing Polymarket API data require double-encoded Gamma fields?

Parsing Polymarket API data requires handling double-encoded Gamma fields because the Gamma API wraps certain metadata in escaped JSON strings. The Skill automatically decodes these nested structures to extract conditionId and clobTokenIds.

Does this Skill support browsing trending Polymarket events and activity analysis?

Browsing trending Polymarket events is supported through the Gamma API endpoint. You can review recent trades, open interest, and current market activity to analyze momentum across high-volume prediction markets.