polymarket

Searches Polymarket's REST APIs for markets, prices, orderbooks, and history without authentication.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides quick and easy access to Polymarket prediction market data, allowing users to search markets, get prices, orderbooks, and price history without the need for an API key.

Core Features & Use Cases

  • Search Markets: Find markets based on user queries.
  • Get Prices: Retrieve current prices and probabilities for different outcomes.
  • Orderbooks: View the orderbook for a specific market.
  • Price History: Access historical price data for markets.
  • Use Case: A user can quickly check the odds of a specific event occurring by searching for it in Polymarket and retrieving the current price.

Quick Start

To search for a market, use the command: polymarket search "market name".

Frequently Asked Questions about polymarket

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

FAQPage Schema
How do I get prediction market data and betting odds from Polymarket?

To get prediction market data and betting odds from Polymarket, you can query its public REST APIs to search markets, retrieve real-time prices, and access historical price data without needing an API key.

What is the best way to search Polymarket prediction markets for specific events?

The best way to search Polymarket prediction markets for specific events is using the search command to query the public REST APIs, which returns matching market discovery results based on your text input.

Do I need an API key to retrieve Polymarket orderbooks and price history?

No, you do not need an API key to retrieve Polymarket orderbooks and price history. The Skill accesses public REST APIs directly, allowing you to view orderbooks and historical prices without authentication.

Can I access real-time probability prices for prediction markets programmatically?

Yes, you can access real-time probability prices for prediction markets programmatically by retrieving current prices directly from Polymarket's public REST APIs using the provided scripts.

What are the limitations of using public REST APIs for Polymarket market data?

The main limitation of using public REST APIs for Polymarket market data is that access is restricted to unauthenticated endpoints, meaning you can retrieve data like prices and orderbooks but cannot execute trades or manage positions.

How does retrieving prediction market data without authentication work?

Retrieving prediction market data without authentication works by sending direct queries to Polymarket's public REST APIs, which return JSON responses containing market discovery, real-time prices, orderbooks, and historical price data.