What problem does it solve?
Manually querying Polymarket's fragmented public APIs and parsing their double-encoded JSON response fields is time-consuming and error-prone for users needing quick access to prediction market data.
Core Features & Use Cases
- Read-Only API Access: Query all three of Polymarket's public REST APIs (Gamma, CLOB, Data) without authentication to get market search results, real-time prices, orderbooks, price history, and trade data.
- Automated Data Parsing: Automatically handles double-encoded JSON fields like outcomePrices and clobTokenIds, formatting probability prices as human-readable percentages with associated volume data.
- Use Case Example: A security analyst can quickly check prediction market odds for a geopolitical event to inform threat intelligence assessments, or a researcher can track probability shifts for a scientific outcome over time without writing custom API code.
Quick Start
Use the polymarket skill to find the current odds and 30-day price history for the market asking if Ethereum will exceed $5,000 by the end of 2024.