Polymarket 1.0.0
v1.0.0查询 Polymarket prediction markets - 检查 odds, trending markets, 搜索 事件, 追踪 prices.
运行时依赖
安装命令
点击复制技能文档
Polymarket
查询 Polymarket prediction markets. 检查 odds, find trending markets, 搜索 事件.
Commands # Trending/active markets python3 {baseDir}/scripts/polymarket.py trending
# 搜索 markets python3 {baseDir}/scripts/polymarket.py 搜索 "trump" python3 {baseDir}/scripts/polymarket.py 搜索 "bitcoin"
# 获取 specific market by slug python3 {baseDir}/scripts/polymarket.py event "fed-decision-in-october"
# 获取 markets by category python3 {baseDir}/scripts/polymarket.py category politics python3 {baseDir}/scripts/polymarket.py category crypto python3 {baseDir}/scripts/polymarket.py category sports
Example Chat Usage "What are the odds Trump wins 2028?" "Trending on Polymarket?" "搜索 Polymarket for Bitcoin" "What's the spread on the Fed rate decision?" "Any interesting crypto markets?" 输出
Markets show:
Question/title Current odds (Yes/No prices) Volume End date API
Uses the public Gamma API (no auth required for reading):
Base URL: https://gamma-API.polymarket.com Docs: https://docs.polymarket.com Note
This is read-only. Trading requires wallet authentication (not implemented).