polymarket

Aggregates Polymarket's Gamma, CLOB, and Data endpoints into unified read-only queries for markets, prices, and history.

11|Updated May 17, 2026
One-click install
npx skills add https://github.com/StarryCod/cogitum --skill polymarket-starrycod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polymarket
Source: https://github.com/StarryCod/cogitum/tree/main/cogitum/data/skills/research/polymarket
Command: npx skills add https://github.com/StarryCod/cogitum --skill polymarket-starrycod

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Users need quick, consolidated access to Polymarket data such as market questions, current prices, and price history across public APIs. This Skill aggregates read-only data from Polymarket's Gamma, CLOB, and Data endpoints into a single, easy-to-consume interface without authentication.

Core Features & Use Cases

  • Market discovery: Retrieve current events and markets with their questions, volumes, and prices.
  • Live pricing & history: Fetch current prices, orderbooks where available, and historical price data for analysis.
  • Research & monitoring: Monitor odds shifts and market activity for research, investment decisions, or risk assessment.

Quick Start

Query Polymarket for the latest markets, prices, and price history using the CLI.

Frequently Asked Questions about polymarket

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

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

You can fetch Polymarket price history and market data without authentication by querying public REST APIs. This Skill retrieves markets, prices, orderbooks, and historical data by aggregating read-only endpoints.

What is the best way to get Polymarket event questions and current prices for analysis?

The best way to get Polymarket event questions and current prices is to query aggregated public API endpoints. This Skill consolidates market discovery and live pricing data into a single interface for research and analysis.

Can I retrieve Polymarket orderbook data and volumes using public APIs?

Yes, you can retrieve Polymarket orderbook data and trading volumes using public APIs. This Skill queries the CLOB and Data endpoints to gather current prices, orderbooks, and market activity without requiring authentication.

Does the Polymarket API return double-encoded JSON fields that need special parsing?

Yes, the Polymarket API returns double-encoded JSON fields that require special parsing. This Skill handles the parsing of double-encoded JSON fields automatically during cross-API data assembly to ensure accurate market data retrieval.

What are the limitations of using read-only public APIs for Polymarket data gathering?

The limitation of using read-only public APIs for Polymarket data gathering is that no authentication or trading actions are supported. This Skill is restricted to retrieving markets, prices, orderbooks, and price history without executing trades.