Polymarket Analysis
Identify trading advantages in Polymarket prediction markets through multi-modal analysis.
Scope: Analysis and opportunity identification only. No trade execution.
Modes
| Mode | Description | Reference |
|---|
| Analyze | One-time market analysis | This file |
| Monitor |
24/7 market monitoring |
references/market-monitoring-setup.md |
|
Profile | Track user wallet positions |
scripts/fetch-polymarket-user-profile.py |
Scripts
CODEBLOCK0
Quick Start
Market Analysis
- 1. Get market URL from user
- Fetch via INLINECODE2
- Run multi-strategy analysis
User Profile
CODEBLOCK1
Core Strategies
| Strategy | Description | Reference |
|---|
| Pair Cost Arbitrage | YES+NO < $1.00 | INLINECODE3 |
| Momentum |
RSI, MA signals |
references/momentum-analysis.md |
| Whale Tracking | Large trades |
references/whale-tracking.md |
| Sentiment | News/social |
references/sentiment-analysis.md |
Alert Thresholds
| Event | Threshold |
|---|
| Price change | ±5% in 1h |
| Large trade |
>$5,000 |
| Pair cost | <$0.98 |
| Volume spike | >2x avg |
APIs
| API | Base URL | Use |
|---|
| Gamma | INLINECODE7 | Markets, prices |
| Data |
data-api.polymarket.com | User positions, trades, P&L |
| CLOB |
clob.polymarket.com | Order books, trading |
See references/polymarket-api.md for full endpoint reference.
References
- -
references/polymarket-api.md - API endpoints (Gamma, Data, CLOB) - INLINECODE12 - 24/7 cron monitoring
- INLINECODE13 - Arbitrage detection
- INLINECODE14 - Technical analysis
- INLINECODE15 - Smart money tracking
- INLINECODE16 - Sentiment aggregation
技能名称: polymarket-analysis
详细描述:
Polymarket 分析
通过多模态分析识别 Polymarket 预测市场中的交易优势。
范围: 仅限分析与机会识别。不执行交易。
模式
7x24小时市场监控 | references/market-monitoring-setup.md |
|
画像 | 追踪用户钱包持仓 | scripts/fetch-polymarket-user-profile.py |
脚本
bash
监控市场以获取警报
python3 scripts/monitor-polymarket-market.py
urlor_id>
获取用户画像/持仓
python3 scripts/fetch-polymarket-user-profile.py [--trades] [--pnl]
快速入门
市场分析
- 1. 从用户处获取市场URL
- 通过 https://gamma-api.polymarket.com/markets?slug={slug} 获取数据
- 运行多策略分析
用户画像
bash
从画像URL获取:polymarket.com/profile/0x...
python3 scripts/fetch-polymarket-user-profile.py 0x7845bc5e15bc9c41be5ac0725e68a16ec02b51b5
核心策略
| 策略 | 描述 | 参考 |
|---|
| 配对成本套利 | 是+否 < $1.00 | references/pair-cost-arbitrage.md |
| 动量 |
RSI、MA信号 | references/momentum-analysis.md |
| 鲸鱼追踪 | 大额交易 | references/whale-tracking.md |
| 情绪 | 新闻/社交 | references/sentiment-analysis.md |
警报阈值
>$5,000 |
| 配对成本 | <$0.98 |
| 成交量激增 | >2倍平均值 |
API
| API | 基础URL | 用途 |
|---|
| Gamma | gamma-api.polymarket.com | 市场、价格 |
| Data |
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 - 7x24小时定时监控
- references/pair-cost-arbitrage.md - 套利检测
- references/momentum-analysis.md - 技术分析
- references/whale-tracking.md - 聪明钱追踪
- references/sentiment-analysis.md - 情绪聚合