solcheck-cli
v1.0.0
Published
Check Solana wallet balances, token holdings, and transaction history from the terminal
Maintainers
Readme
solcheck-cli
Check Solana wallet balances, token holdings, and transaction history from the terminal. Zero dependencies.
Install
npm install -g solcheck-cliUsage
# Check wallet balance, tokens, and recent transactions
solcheck <wallet-address>
# Look up a token by mint address (name, symbol, supply, price)
solcheck token <mint-address>Examples
# Check a wallet
solcheck vines1vzrYbzLMRdu58ou5XTby4qAqVRLmqo36NKPTg
# Look up USDC token
solcheck token EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v
# Look up BONK
solcheck token DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263Output
- SOL balance with USD value (live price from CoinGecko)
- SPL token holdings (top 15 by balance)
- Last 10 transactions with status and timestamps
- Links to Solscan for full details
Features
- Zero dependencies — pure Node.js
- Live prices from CoinGecko and Jupiter
- Token metadata from Jupiter API
- Colored terminal output
- Fast parallel API calls
Browser Version
Need a browser-based version? Check out DevTools.run — 22 free developer tools including Solana wallet checker and token lookup.
License
MIT
