polymarket

Query Polymarket prediction market data via read-only API endpoints.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/Brilly-Bohyun/skill-repository --skill polymarket-brilly-bohyun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polymarket
Source: https://github.com/Brilly-Bohyun/skill-repository/tree/main/research/polymarket
Command: npx skills add https://github.com/Brilly-Bohyun/skill-repository --skill polymarket-brilly-bohyun

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, json, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of querying prediction market data from Polymarket, allowing users to quickly access odds, market prices, orderbooks, and historical data.

Core Features & Use Cases

  • Market Discovery: Find and explore different prediction markets with ease.
  • Real-Time Data: Access up-to-date prices, orderbooks, and historical data.
  • Use Case: If you need to know the odds of a specific event happening, this Skill can provide you with the necessary information instantly.

Quick Start

To get the odds for a market, simply run the command 'polymarket market <market-slug>'.

Frequently Asked Questions about polymarket

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

FAQPage Schema
How do I get real-time prediction market data and betting odds?

You can retrieve real-time prediction market data and betting odds by querying the Polymarket API, which provides up-to-date market prices, orderbooks, and event probabilities for specific prediction markets.

How do I find a specific prediction market using a market slug?

You can find a specific prediction market by running the command 'polymarket market <market-slug>' to instantly retrieve the relevant market data, odds, and prices for that event.

Can I place trades or modify orders through this prediction market API integration?

No, you cannot place trades because the integration provides read-only access to the Polymarket API, strictly enabling users to query and view prediction market data, betting odds, and historical prices.

What data sources are required to access historical prediction market prices?

Accessing historical prediction market prices requires querying API endpoints from gamma-api.polymarket.com, clob.polymarket.com, and data-api.polymarket.com to successfully retrieve the market data.

Do I need any specific libraries to retrieve event probabilities and orderbooks?

Yes, you need the 'requests' and 'json' libraries installed in your environment to handle the API queries and parse the returned prediction market data, event probabilities, and orderbooks effectively.