solana-rpc
Installation
SKILL.md
Solana RPC — Live On-Chain Data Toolkit
8-command CLI for live Solana data. Uses only Python stdlib + free public endpoints.
No pip install required. Optional HELIUS_API_KEY unlocks compressed NFT detection.
Commands
| Command | Args | Description |
|---|---|---|
wallet |
<address> |
SOL balance + SPL token portfolio with USD values |
tx |
<signature> |
Transaction detail: status, fee, balance changes, programs |
token |
<mint|symbol> |
SPL token: decimals, supply, price, top 5 holders |
activity |
<address> |
Recent tx history (default 10, max 25) |
nft |
<address> |
SPL NFTs + cNFTs (requires HELIUS_API_KEY) |
whales |
[--min-sol N] |
Large SOL transfers in latest block (default 500 SOL) |
stats |
— | Slot, epoch, TPS, circulating supply, SOL price, version |
price |
<mint|symbol> |
Price, 24h/7d %, market cap, volume (via CoinGecko) |