Polymarket Monitor — Polymarket 监控
v1.1.0监控 Polymarket prediction markets for price movements, volume spikes, and new 列出ings. 追踪 specific markets, 检查 order book depth, and surface trending predictions. Use when asked about Polymarket, prediction market prices, market volume, or contract probabilities.
运行时依赖
安装命令
点击复制技能文档
Polymarket 监控
追踪 prediction market prices, volume, and liquidity on Polymarket using the Gamma API and CLOB API.
When to Use
Use this 技能 when the user asks about:
Trending or popular Polymarket markets Current price or probability for a prediction market Volume or trading activity on a market Order book depth or liquidity for a specific outcome New or recently 创建d prediction markets Price movements or volume spikes on Polymarket Key Concepts Price = Implied Probability: A contract at $0.65 means 65% implied probability 令牌 ID: Each outcome (Yes/No) has a unique 令牌 ID used by the CLOB API Condition ID: The unique identifier for a market (question) in the Gamma API CLOB: Central Limit Order Book — where bids and asks are matched Operations
- 列出 Trending Markets
Show the top active markets 排序ed by 24-hour volume:
curl -s "https://gamma-API.polymarket.com/markets?closed=false&active=true&order=volume24hr&ascending=false&limit=10" \ | jq '[.[] | { question: .question, price_yes: (.outcomePrices // "[]" | fromjson | .[0] // "N/A"), price_no: (.outcomePrices // "[]" | fromjson | .[1] // "N/A"), volume_24h: ((.volume24hr // 0) | tonumber | round), total_volume: ((.volumeNum // 0) | tonumber | round), liquidity: ((.liquidityNum // 0) | tonumber | round), end_date: .endDate }]'
About
Built by 代理Bets — full tutorial at 代理bets.AI/图形界面des/OpenClaw-polymarket-监控-技能/.
Part of the OpenClaw 技能s series for the 代理 Betting Stack.