polymarket

Query Polymarket public REST APIs for markets, prices, and history.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Polymarket data is scattered across public REST APIs; developers and analysts need a single entrypoint to discover markets, retrieve prices, and view price history without dealing with authentication.

Core Features & Use Cases

  • Read-only access to Gamma, CLOB, and Data API endpoints for discovery, pricing, and history.
  • Retrieve market questions, Yes/No prices, volumes, and price histories for dashboards, analytics, or research.
  • Use cases include monitoring market momentum, building price charts, and alerting on new markets.

Quick Start

Show me the latest price and trades for a Polymarket market.

Frequently Asked Questions about polymarket

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

FAQPage Schema
How do I query Polymarket price history and market data without authentication?

You can query Polymarket price history and market data without authentication by accessing public REST APIs. This Skill retrieves market details, Yes/No prices, and price histories in read-only mode across Gamma, CLOB, and Data APIs.

What is the best way to retrieve real-time Polymarket orderbook data for analytics?

The best way to retrieve real-time Polymarket orderbook data is through read-only REST API endpoints. This Skill accesses the CLOB and Data APIs to parse orderbook details, market momentum, and trading volumes for analytics dashboards.

Does this Polymarket API integration support writing trades or modifying positions?

This Polymarket API integration does not support writing trades or modifying positions. It operates strictly in read-only mode to discover markets, retrieve prices, and view price history without handling trade execution or authentication.

Why does Polymarket JSON data appear double-encoded and how is it parsed?

Polymarket JSON data appears double-encoded in certain API fields from the Gamma and CLOB endpoints. This Skill handles the double-encoded JSON fields automatically, parsing and presenting the market results in a readable format.

Can I search for specific prediction markets and monitor their momentum using REST APIs?

You can search for specific prediction markets and monitor their momentum using REST APIs. This Skill queries the Gamma API to discover market questions, retrieve current volumes, and track price histories for alerts or research.