coinstats-wallet-data
CoinStats wallet tracking and wallet sync commands. Use when checking balances, transactions, charts, and DeFi exposure for wallets.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
CoinStats wallet tracking and wallet sync commands. Use when checking balances, transactions, charts, and DeFi exposure for wallets.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
CoinStats coin market data. Use when listing coins, looking up a coin by id, or fetching coin charts and prices.
CoinStats supported currency listing. Use when you need the public currencies list for display or normalization.
CoinStats exchange connection commands. Use when checking supported exchanges, balances, transactions, charts, and sync status.
CoinStats fiat currency listing. Use when you need the supported fiat list from the public API.
CoinStats market insights commands. Use when checking BTC dominance, fear and greed, or rainbow chart data.
CoinStats market-wide data. Use when you need global market cap and high-level market metrics.
| name | coinstats-wallet-data |
| description | CoinStats wallet tracking and wallet sync commands. Use when checking balances, transactions, charts, and DeFi exposure for wallets. |
| metadata | {"openclaw":{"requires":{"env":["COINSTATS_API_KEY"],"bins":["coinstats"]},"primaryEnv":"COINSTATS_API_KEY","install":[{"kind":"node","package":"coinstats-cli","bins":["coinstats"]}]}} |
| allowed-tools | Bash(coinstats:*) |
export COINSTATS_API_KEY=<key>
coinstats whoami
coinstats wallet blockchains
coinstats wallet balance --address <wallet> --blockchain ethereum
coinstats wallet transactions --address <wallet> --blockchain ethereum
coinstats wallet chart --address <wallet> --blockchain ethereum --type 24h
coinstats wallet sync-transactions --blockchain ethereum --body-file ./wallet-sync.json --yes