Crypto Monitor
Monitor cryptocurrency prices, alerts, whale activity, and on-chain metrics.
Quick Start
CODEBLOCK0
Core Features
1. Price Monitoring
- - Real-time prices from major exchanges
- Price alerts (above/below thresholds)
- 24h change tracking
- Multi-exchange comparison
2. Whale Tracking
- - Large transaction alerts
- Exchange flows (in/out)
- Wallet tracking (optional)
- Min value thresholds
3. On-Chain Metrics
- - Network volume
- Gas prices (ETH)
- TVL (Total Value Locked)
- Active addresses
- Hash rate
4. Portfolio Tracking
- - Hold multiple cryptos
- P&L calculation
- Cost basis tracking
- Performance vs benchmarks
Usage
Check Prices
CODEBLOCK1
Set Price Alert
CODEBLOCK2
List Alerts
CODEBLOCK3
Track Whales
CODEBLOCK4
On-Chain Stats
CODEBLOCK5
Portfolio
CODEBLOCK6
Supported Cryptos
- - BTC (Bitcoin)
- ETH (Ethereum)
- SOL (Solana)
- ADA (Cardano)
- XRP (Ripple)
- DOT (Polkadot)
- MATIC (Polygon)
- AVAX (Avalanche)
- LINK (Chainlink)
- And 100+ more...
Alert Configuration
Alerts stored in INLINECODE0
Alert types:
- -
--above price above threshold - INLINECODE2 price below threshold
- INLINECODE3 24h change % threshold
Data Sources
- - CoinGecko API (free tier)
- CoinMarketCap (API key optional)
- On-chain data from public APIs
Requirements
- - Python 3.10+
- INLINECODE4 package
- Optional: API keys for higher rate limits
Monetization (SkillPay)
This skill supports SkillPay integration for premium features.
Pricing Tiers
| Tier | Price | Features |
|---|
| Basic | Free | Basic prices, 1 alert |
| Pro |
$19/mo | Unlimited alerts, whale tracking, portfolio |
| Premium | $39/mo | API access, real-time push, priority support |
Owner: Xanadu Studios
加密货币监控器
监控加密货币价格、警报、大户活动和链上指标。
快速开始
bash
查看价格
python scripts/monitor.py price BTC ETH SOL
设置警报
python scripts/monitor.py alert --symbol BTC --above 100000
追踪大户交易
python scripts/monitor.py whales --symbol BTC --min-value 1000000
链上统计
python scripts/monitor.py stats BTC
核心功能
1. 价格监控
- - 主流交易所实时价格
- 价格警报(高于/低于阈值)
- 24小时涨跌追踪
- 多交易所对比
2. 大户追踪
- - 大额交易警报
- 交易所资金流向(转入/转出)
- 钱包追踪(可选)
- 最低金额阈值
3. 链上指标
- - 网络交易量
- Gas费用(ETH)
- TVL(总锁仓价值)
- 活跃地址数
- 算力
4. 投资组合追踪
- - 持有多种加密货币
- 盈亏计算
- 成本基础追踪
- 与基准表现对比
使用方法
查看价格
bash
python scripts/monitor.py price BTC ETH SOL ADA XRP
设置价格警报
bash
python scripts/monitor.py alert --symbol BTC --above 100000 --below 90000
python scripts/monitor.py alert --symbol ETH --below 2000
查看警报列表
bash
python scripts/monitor.py alerts
追踪大户
bash
python scripts/monitor.py whales --symbol BTC --min-value 1000000
python scripts/monitor.py whales --symbol ETH --min-value 500000
链上统计
bash
python scripts/monitor.py stats BTC
python scripts/monitor.py stats ETH
投资组合
bash
python scripts/monitor.py portfolio --add BTC:0.5 --add ETH:10
python scripts/monitor.py portfolio --show
支持的加密货币
- - BTC(比特币)
- ETH(以太坊)
- SOL(Solana)
- ADA(Cardano)
- XRP(瑞波币)
- DOT(波卡)
- MATIC(Polygon)
- AVAX(Avalanche)
- LINK(Chainlink)
- 以及100多种其他加密货币...
警报配置
警报存储在 ~/.openclaw/crypto-monitor/alerts.json
警报类型:
- - --above 价格高于阈值
- --below 价格低于阈值
- --change 24小时涨跌幅阈值
数据来源
- - CoinGecko API(免费版)
- CoinMarketCap(可选API密钥)
- 来自公共API的链上数据
系统要求
- - Python 3.10+
- requests 包
- 可选:用于更高请求频率限制的API密钥
商业化(SkillPay)
本技能支持SkillPay集成,提供高级功能。
定价层级
$19/月 | 无限警报,大户追踪,投资组合 |
| 高级版 | $39/月 | API访问,实时推送,优先支持 |
所有者:Xanadu Studios