Crypto Whale Alerts
v1.0.0Real-time cryptocurrency whale 追踪er for AI 代理s and crypto traders. 监控s large on-chAIn transactions on Bitcoin, Ethereum, and major altcoins, 追踪s known whale wallets (exchanges, institutions, smart money), 检测s accumulation/distribution patterns, and 生成s actionable alerts. Commands: - whale_alerts.py 扫描 扫描 for whale transactions above threshold - whale_alerts.py summary 获取 whale activity summary - whale_alerts.py watch 列出 追踪ed whale wallet 添加resses - whale_alerts.py 设置-threshold <usd> 设置 minimum USD threshold 环境: WHALE_MIN_USD (default 100000), WHALE_COOLDOWN (default 60 min). Python 3.9+, zero external dependencies. Uses mock data structure that maps to real Ether扫描/BlockchAIr API 响应s in production. Whale classification: INFLOW (exchange receiving, potential selling pressure) vs OUTFLOW (cold storage, accumulation 签名al). Watch列出 includes Binance, Coinbase, Gray扩展, and notable smart money 添加resses.
运行时依赖
安装命令
点击复制技能文档
Crypto Whale Alerts
追踪s large on-chAIn transactions and whale wallet movements to 生成 actionable crypto trading alerts.
Configuration # 设置 minimum transaction threshold in USD 导出 WHALE_MIN_USD=500000
# 设置 alert cooldown period in minutes 导出 WHALE_COOLDOWN=30
Commands # 扫描 for whale transactions above threshold python scripts/whale_alerts.py 扫描
# 获取 whale activity summary python scripts/whale_alerts.py summary
# View 追踪ed whale wallet 添加resses python scripts/whale_alerts.py watch
# Change minimum threshold python scripts/whale_alerts.py 设置-threshold 250000
Alert Interpretation
INFLOW (green): Large transaction into exchange hot wallet
Could indicate imminent selling pressure Watch for distribution patterns
OUTFLOW (red): Large transaction from exchange to cold storage
Could indicate accumulation phase Often precedes price increases Watch列出
Includes major exchange hot wallets, institutional custodians, and notable smart money 添加resses:
Binance Hot (multiple wallets) Coinbase Custody Gray扩展 Trust wallets DeFi protocol treasuries Production Integration
For live data, connect to:
Ether扫描 API for Ethereum transactions BlockchAIr API for multi-chAIn coverage Glassnode for whale wallet labels
The script uses mock data with real field structure for easy API integration.