polymarket

Fetch prediction market data from Polymarket public REST APIs.

23|4|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/NeoLabs-Systems/NeoAgent --skill polymarket-neolabs-systems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polymarket
Source: https://github.com/NeoLabs-Systems/NeoAgent/tree/main/server/catalog_sources/store-bundles/skills/research/polymarket
Command: npx skills add https://github.com/NeoLabs-Systems/NeoAgent --skill polymarket-neolabs-systems

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows users to quickly retrieve and analyze data from Polymarket, the prediction market platform, with ease.

Core Features & Use Cases

  • Data Query: Search and retrieve market data, including prices, orderbooks, and historical information.
  • Market Analysis: Obtain real-time odds, market trends, and historical price changes for various events.
  • Use Case: If a user wants to know the current odds of a particular event, such as "Will event A happen?", this Skill can provide the required data.

Quick Start

Search for markets related to 'Bitcoin' using the 'polymarket search' command.

Frequently Asked Questions about polymarket

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

FAQPage Schema
How do I retrieve real-time prediction market data and odds for specific events?

You can retrieve prediction market data by querying Polymarket public REST APIs to fetch real-time prices, orderbooks, and historical data. This Skill handles read-only requests to provide current odds and market trends without requiring authentication.

What is the best way to access Polymarket price history without authentication?

The best way to access Polymarket price history without authentication is by executing read-only queries against their public REST APIs. This Skill leverages Python libraries like requests and json to parse the JSON responses for historical price changes.

Can I use Python requests and json to fetch Polymarket orderbook data?

Yes, you can use Python requests and json to fetch Polymarket orderbook data. The Skill requires these dependencies to send HTTP requests to public REST APIs and parse the returned JSON responses into structured market analysis formats.

Does accessing Polymarket market trends require any special authentication?

Accessing Polymarket market trends does not require special authentication. The Skill supports read-only queries against public REST APIs, allowing you to obtain real-time odds and historical data directly without needing API keys.

What are the limitations of using read-only queries for prediction market analysis?

The limitation of using read-only queries for prediction market analysis is that you can only fetch data like prices and orderbooks. This Skill does not support executing trades or writing data, restricting usage to market analysis and historical data retrieval.

How do I search for specific prediction markets like Bitcoin on Polymarket?

To search for specific prediction markets like Bitcoin on Polymarket, use the provided search command to query the public REST APIs. This returns relevant market data, including current prices and odds for events matching your search terms.