polymarket

Retrieve Polymarket market data via public REST APIs.

Updated Oct 23, 2024
One-click install
npx skills add https://github.com/lenadlm/docker --skill polymarket-lenadlm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polymarket
Source: https://github.com/lenadlm/docker/tree/main/hermes-skills/skills/research/polymarket
Command: npx skills add https://github.com/lenadlm/docker --skill polymarket-lenadlm

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows users to easily access and query data from Polymarket, providing information on markets, prices, orderbooks, and historical data.

Core Features & Use Cases

  • Market Data Query: Retrieve market data, including prices, orderbooks, and historical trends.
  • Search Functionality: Search for specific markets or events based on user queries.
  • Real-Time Updates: Get up-to-date information on market movements and trades.
  • Use Case: If a user wants to know the odds of a specific event happening, this skill can provide real-time data from Polymarket.

Quick Start

To query market data, use the 'polymarket' skill with the command 'query odds "event description"'.

Frequently Asked Questions about polymarket

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

FAQPage Schema
How do I query real-time prediction market odds from Polymarket?

To query prediction market odds, use the polymarket skill to retrieve real-time data from Polymarket public REST APIs. It processes JSON responses to provide current market prices and event probabilities.

Can I retrieve historical price history and orderbook data from Polymarket?

Yes, you can retrieve historical price history and orderbook data from Polymarket. The skill accesses public REST APIs to fetch market movements, trade history, and current orderbook depth for specific events.

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

The best way to search for prediction market events is using the skill's search functionality. It queries Polymarket public REST APIs to find specific markets or events based on your input description.

How do I handle double-encoded JSON fields when parsing Polymarket market data?

When parsing Polymarket market data, you must handle double-encoded JSON fields within the API responses. The skill manages this parsing automatically, extracting valid data from the nested JSON structures returned by the REST endpoints.

Do I need an API key to access Polymarket orderbook and market data?

No API key is required to access Polymarket orderbook and market data. The skill retrieves information directly from Polymarket's public REST APIs, allowing you to query odds and historical trends without authentication.