polymarket

Query Polymarket market, price, orderbook, trade, and history data from public REST endpoints.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill removes the need to manually inspect Polymarket pages or stitch together market data from multiple public APIs when you need reliable odds, prices, and market history.

Core Features & Use Cases

  • Market discovery: Search events and markets by topic, slug, tag, or trending volume.
  • Real-time pricing: Pull current prices, midpoint, spread, and orderbook depth for Yes/No outcomes.
  • Historical context: Review price history, recent trades, and open interest to understand how a market has moved over time.
  • Example: Compare the current probability of a political, crypto, or sports event and summarize the price, volume, and liquidity behind it.

Quick Start

Use the Polymarket skill to find the latest odds for bitcoin-related markets and summarize the current Yes/No price, volume, and orderbook depth.

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 Polymarket odds and orderbook depth for prediction markets?

You retrieve real-time Polymarket odds by querying public CLOB REST endpoints for current Yes/No token prices, midpoint, spread, and orderbook depth. This provides immediate insight into the pricing and liquidity behind active prediction markets.

What is the best way to browse trending prediction markets and discover new Polymarket events?

Browsing prediction markets is done by querying the Gamma API to search events by topic, slug, tag, or trending volume. This enables efficient market discovery and allows filtering active prediction events based on current trading activity.

Can I pull historical price history and recent trades for Polymarket prediction markets?

You can pull historical price history and recent trades for Polymarket prediction markets by querying the Data API. This allows reviewing past market movements, open interest, and specific trade activity to understand how event odds shifted over time.

How do I map condition IDs and token IDs across Polymarket Gamma, CLOB, and Data APIs?

To map condition IDs and token IDs across Polymarket APIs, you parse the double-encoded Gamma fields and cross-reference them with CLOB and Data API endpoints. This ensures accurate data alignment when retrieving prices, orderbooks, and historical market activity.

What are the limitations of using public REST endpoints for Polymarket market data?

A limitation of using public REST endpoints for Polymarket market data is the requirement to parse double-encoded Gamma fields and manually map condition IDs across APIs. Users must handle this structural complexity to successfully retrieve and align real-time pricing and historical trade data.