Install
openclaw skills install polymarket-data-api查询Polymarket预测市场数据 / Query Polymarket prediction markets
openclaw skills install polymarket-data-api查询Polymarket预测市场的公共API(无需认证)。
Query Polymarket prediction market data via public API (no auth required).
# 热门市场 by 24h volume
python3 scripts/polymarket.py --top
# 搜索市场
python3 scripts/polymarket.py --search "trump"
# 获取指定市场
python3 scripts/polymarket.py --slug "will-trump-win-the-2024-election"
# 事件列表
python3 scripts/polymarket.py --events
--top: 热门市场 / Top markets--search, -s: 搜索关键词 / Search query--slug: 市场slug / Market slug--events, -e: 事件列表 / List events--json: 输出JSON / Output JSON