polymarket

Retrieve Polymarket market data from public REST APIs without authentication.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Polymarket users often need quick, centralized access to market data (prices, odds, orderbooks, and price history) without juggling multiple endpoints or credentials.

Core Features & Use Cases

  • Read-only access to current prices, probabilities, and market metadata.
  • Access orderbooks and price history for monitoring and analysis.
  • No API key required; ideal for dashboards, research, and quick answers.

Quick Start

Ask me to search for a market or fetch the current price for a specific Polymarket token.

Frequently Asked Questions about polymarket

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

FAQPage Schema
How do I get current prices and odds from Polymarket without an API key?

Access current Polymarket prices, probabilities, and market metadata directly via public REST APIs without authentication. This read-only workflow is ideal for dashboards, research, and quick answers without requiring an API key.

Can I fetch the orderbook and price history for Polymarket prediction markets?

Fetch Polymarket orderbooks and price history via public REST APIs to monitor market activity and analyze historical price trends. The data is parsed from double-encoded fields and formatted for readability.

What is the best way to analyze historical price trends for Polymarket tokens?

Retrieve Polymarket price history via public REST APIs to analyze historical price trends and market activity. The workflow parses double-encoded fields and formats values for readability without requiring authentication.

Does querying Polymarket market data via REST APIs allow placing trades?

Querying Polymarket market data via REST APIs is strictly read-only and does not allow placing trades. The workflow is designed for data exploration, retrieving prices, orderbooks, and price history without authentication.

Why do I need to parse double-encoded fields when retrieving Polymarket market data?

Parsing double-encoded fields is necessary because Polymarket public REST APIs return certain market data in a nested format. The workflow handles this parsing automatically and formats values for readability.