返回 Skill 列表
extension
分类: 开发与工程无需 API Key

coinstats-wallet-data

CoinStats钱包跟踪和钱包同步命令。在检查钱包余额、交易、图表和DeFi敞口时使用。

person作者: jakexiaohubgithub

CoinStats Wallet Data

Auth Setup

export COINSTATS_API_KEY=<key>
coinstats whoami

Commands

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