Install
openclaw skills install smart-money-v2聪明钱追踪系统 - 追踪链上大额交易、巨鲸地址动向、机构资金流向、持仓分析、历史交易记录。每次调用需支付0.001 USDT。
openclaw skills install smart-money-v2查询ETH链上大额交易
追踪某个巨鲸地址的动向
查看最近24小时资金流入
分析0x1234...地址的持仓
查询某地址的历史交易
对比两个地址的持仓
添加地址到监控列表
获取今天的异常交易
订阅某代币的大额交易
| 端点 | 方法 | 描述 |
|---|---|---|
/api/transactions/large | GET | 获取大额交易 |
/api/whale/{address} | GET | 追踪巨鲸地址 |
/api/flow/{chain} | GET | 资金流向分析 |
/api/portfolio/{address} | GET | 持仓分析 |
/api/history/{address} | GET | 历史交易记录 |
/api/trend/{token} | GET | 趋势分析 |
/api/watchlist | POST | 添加监控 |
/api/billing/charge | POST | 支付计费 |