Polymarket Analysis
2026-03-27
新闻来源:网淘吧
围观:12
电脑广告
手机广告
Polymarket 分析
通过多模态分析,识别 Polymarket 预测市场中的交易优势。
范围:仅进行分析和机会识别。不执行交易。
模式
| 模式 | 描述 | 参考 |
|---|---|---|
| 分析 | 一次性市场分析 | 此文件 |
| 监控 | 24/7 市场监控 | references/market-monitoring-setup.md |
| 用户档案 | 追踪用户钱包持仓 | scripts/fetch-polymarket-user-profile.py |
脚本
# Monitor market for alerts
python3 scripts/monitor-polymarket-market.py <market_url_or_id>
# Fetch user profile/positions
python3 scripts/fetch-polymarket-user-profile.py <wallet_address> [--trades] [--pnl]
快速开始
市场分析
- 从用户处获取市场 URL
- 通过以下方式获取
https://gamma-api.polymarket.com/markets?slug={slug} - 运行多策略分析
用户画像
# From profile URL: polymarket.com/profile/0x...
python3 scripts/fetch-polymarket-user-profile.py 0x7845bc5e15bc9c41be5ac0725e68a16ec02b51b5
核心策略
| 策略 | 描述 | 参考 |
|---|---|---|
| 配对成本套利 | YES+NO < $1.00 | 参考资料/配对成本套利.md |
| 动量 | RSI、MA信号 | 参考资料/动量分析.md |
| 巨鲸追踪 | 大额交易 | 参考资料/巨鲸追踪.md |
| 情绪 | 新闻/社交媒体 | 参考资料/情绪分析.md |
告警阈值
| 事件 | 阈值 |
|---|---|
| 价格变动 | 1小时内±5% |
| 大额交易 | >$5,000 |
| 配对成本 | <$0.98 |
| 交易量激增 | >2倍平均 |
API接口
| API | 基础URL | 用途 |
|---|---|---|
| Gamma | gamma-api.polymarket.com | 市场、价格 |
| 数据 | data-api.polymarket.com | 用户持仓、交易、盈亏 |
| CLOB | clob.polymarket.com | 订单簿、交易 |
详见references/polymarket-api.md获取完整端点参考。
参考文档
references/polymarket-api.md- API端点(Gamma、Data、CLOB)references/market-monitoring-setup.md- 24/7定时监控设置references/pair-cost-arbitrage.md- 套利检测references/momentum-analysis.md- 技术分析references/whale-tracking.md- 聪明钱追踪references/sentiment-analysis.md- 情绪聚合
文章底部电脑广告
手机广告位-内容正文底部
上一篇:Security Scanner
下一篇:X Api


微信扫一扫,打赏作者吧~