Polymarket — анализ рынков предсказаний

★ 7.1 · general

polymarket is a Claude Code skill that connects to Polymarket's public REST APIs to retrieve prediction market data with zero authentication required. It works across three APIs: the Gamma API for event discovery and search, the CLOB API for real-time prices and orderbooks, and the Data API for trade history and open interest. Market prices double as probabilities — a price of 0.65 means the market assigns 65% likelihood to an outcome — and all volumes are denominated in USDC. A typical workflow starts with a Gamma search, parses the nested market structure including double-encoded fields like outcomePrices and clobTokenIds, and presents results as readable percentages with volume. The skill is strictly read-only; placing trades requires wallet-based EIP-712 authentication and is not supported.