Back to skills
extension
Category: Development & EngineeringNo API key required

coinstats-wallet-data

CoinStats wallet tracking and wallet sync commands. Use when checking balances, transactions, charts, and DeFi exposure for wallets.

personAuthor: 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