What problem does it solve?
Solana on-chain data is made accessible along with USD pricing to give developers and traders quick visibility into wallet balances, token portfolios, transactions, NFTs, whale activity, and live network stats without needing separate price APIs or custom tooling.
Core Features & Use Cases
- Wallet portfolio view: show SOL balance, SPL token holdings with USD values, NFT count, and total portfolio value.
- Transaction insights: inspect a specific transaction by signature with SOL and USD balance changes.
- NFT portfolio and price discovery: list NFTs owned by addresses and perform quick price lookups for tokens.
- Network health and whale detection: monitor TPS, epoch, and detect large transfers in the latest block.
Quick Start
Run the solana_client.py CLI with a subcommand (stats, wallet, tx, token, activity, nft, whales, price) to fetch live Solana data.