polymarket

Query Polymarket prediction market data via public REST APIs to retrieve prices, orderbooks, and price history.

6|2|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/GregsGreyCode/Logos --skill polymarket-gregsgreycode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polymarket
Source: https://github.com/GregsGreyCode/Logos/tree/main/skills/research/polymarket
Command: npx skills add https://github.com/GregsGreyCode/Logos --skill polymarket-gregsgreycode

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Polymarket data is scattered across multiple public APIs. This skill provides a consolidated way to search markets, fetch current prices, view orderbooks, and access price history without requiring API keys.

Core Features & Use Cases

  • Search markets, retrieve current prices, and view related market metadata.
  • Access real-time price data, orderbooks, and price history for analysis and reporting.
  • Quick workflows: search for a topic, inspect markets, and pull recent trades or history for monitoring.

Quick Start

Run python3 polymarket.py search 'bitcoin' to see current markets and prices.

Frequently Asked Questions about polymarket

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

FAQPage Schema
How do I get current Polymarket prices and market data without an API key?

You can retrieve current Polymarket prices and market data by querying the public REST APIs directly. This skill accesses the Gamma, CLOB, and Data APIs to fetch real-time odds, orderbooks, and metadata without requiring any authentication keys.

How do I search Polymarket prediction markets for a specific topic?

To search Polymarket prediction markets for a specific topic, you can run a command-line query like `python3 polymarket.py search 'bitcoin'`. This returns a formatted list of current markets, prices, and related metadata for your search term.

Can I access Polymarket price history and orderbooks for data analysis?

Yes, you can access Polymarket price history and orderbooks for data analysis. The skill queries the CLOB and Data APIs to retrieve historical price data and real-time orderbook depth, formatting the results for display and monitoring.

Does retrieving Polymarket odds via public APIs require authentication?

Retrieving Polymarket odds via public APIs does not require authentication. The skill operates without API keys by directly accessing public REST endpoints to gather market volume, event history, and current prices.

Why are some Polymarket API JSON fields showing encoded data instead of readable text?

Some Polymarket API JSON fields show encoded data because the API uses double-encoded JSON payloads. This skill automatically decodes these double-encoded fields and formats prices and volumes into readable displays while handling errors gracefully.

What's the best way to monitor live prediction market odds for research?

The best way to monitor live prediction market odds for research is to use a CLI tool that consolidates data from multiple public APIs. This skill fetches live prices, recent trades, and market history, providing fast access for decision support and monitoring.