polymarket

Query Polymarket public REST APIs for market, price, and trend data.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/AissenLiu/EasyHermes --skill polymarket-aissenliu
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: polymarket
Source: https://github.com/AissenLiu/EasyHermes/tree/main/hermes-agent/skills/research/polymarket
Command: npx skills add https://github.com/AissenLiu/EasyHermes --skill polymarket-aissenliu

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Polymarket data retrieval can be scattered across multiple endpoints, making it hard to quickly answer questions about market status, prices, and activity. This skill centralizes access to read-only Polymarket data from public APIs, enabling rapid insight without authentication.

Core Features & Use Cases

  • Discover markets and events across Gamma, CLOB, and Data APIs.
  • Retrieve current prices, price history, volumes, and recent trades for analysis.
  • Present results in readable formats suitable for dashboards or chat-based workflows.

Quick Start

Run the polymarket script with a search query to see matching markets and their current prices.

Frequently Asked Questions about polymarket

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

FAQPage Schema
How do I retrieve Polymarket price history and trades for analysis?▼

The Skill fetches Polymarket data from public REST APIs to provide current prices, historical data, and recent trades without requiring authentication.

What is the best way to search Polymarket events and markets?▼

The best way to search Polymarket events is by querying the Gamma, CLOB, and Data APIs to discover matching markets and view their details and current prices.

Can I view Polymarket order book data without an account?▼

Yes, you can view Polymarket order book data without an account by accessing read-only data from public APIs that expose book, price, and trade commands.

Does retrieving Polymarket API data require authentication?▼

Retrieving Polymarket API data does not require authentication, as the Skill centralizes access to read-only data from public REST APIs to answer questions about markets and trends.

How are double-encoded fields handled when fetching Polymarket market details?▼

Double-encoded fields are parsed automatically when fetching Polymarket market details, ensuring that results from the REST APIs are formatted for readability and analysis.