查询Polymarket预测市场数据 / Query Polymarket prediction markets
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill polymarket-api --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Polymarket Api?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-polymarket-api)More formats (shields.io, HTML) on the badges page.
---
name: polymarket-api
description: "查询Polymarket预测市场数据 / Query Polymarket prediction markets"
---
# Polymarket API
查询Polymarket预测市场的公共API(无需认证)。
Query Polymarket prediction market data via public API (no auth required).
## 功能 / Functions
- 📈 热门市场 / Top markets
- 🔍 市场搜索 / Market search
- 📊 特定市场详情 / Market details
- 📅 事件列表 / Event list
## 使用示例 / Usage
```bash
# 热门市场 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
```
## 参数 / Options
- `--top`: 热门市场 / Top markets
- `--search`, `-s`: 搜索关键词 / Search query
- `--slug`: 市场slug / Market slug
- `--events`, `-e`: 事件列表 / List events
- `--json`: 输出JSON / Output JSON
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!