What problem does it solve?
Solana developers, researchers, and traders need easy access to on-chain metrics and USD valuations across wallets, tokens, transactions, NFTs, and network health from Solana. This skill consolidates SOL balance queries, token holdings with prices, transaction details, recent activity, NFT portfolios, whale transfers, and network stats into a lightweight CLI.
Core Features & Use Cases
- Wallet portfolio with SOL balance and USD value
- Transaction details by signature
- Token metadata, price, and top holders
- Recent activity for addresses
- NFT ownership counts and portfolios
- Whale detector for large SOL transfers
- Live network statistics (slot, epoch, TPS, SOL price)
- Price lookup by mint address or known symbol
Quick Start
Install Python 3.12+, set SOLANA_RPC_URL if you want a private endpoint, and run the solana_client.py tool with the stats command to verify connectivity.