solana

Query Solana on-chain data with USD pricing via CoinGecko.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/AnandaAnugrahHandyanto/savarez_agent --skill solana-anandaanugrahhandyanto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solana
Source: https://github.com/AnandaAnugrahHandyanto/savarez_agent/tree/main/optional-skills/blockchain/solana
Command: npx skills add https://github.com/AnandaAnugrahHandyanto/savarez_agent --skill solana-anandaanugrahhandyanto

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Consolidates Solana on-chain data with USD pricing into a single CLI, reducing manual lookups for wallet balances, token portfolios, transactions, NFTs, whale activity, and network stats.

Core Features & Use Cases

  • Wallet portfolio with SOL balance, SPL tokens, NFT counts, and USD valuations.
  • Transaction details, token info, NFT ownership, and whale-detection insights.
  • Live network stats, epoch info, and SOL price lookups for quick market overview.
  • No API key required; uses Solana RPC and CoinGecko with Python stdlib only.

Quick Start

Run the solana_client.py CLI with a command like wallet <address> to view the portfolio and USD valuation.

Frequently Asked Questions about solana

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check a Solana wallet balance and token portfolio with USD pricing?

Query Solana wallet balances with USD pricing by running the CLI wallet command with a target address. It fetches on-chain data via RPC and enriches SOL and SPL token balances with CoinGecko valuations.

Can I track Solana whale activity and network stats without an API key?

Track Solana whale activity and network stats without an API key by using the CLI with a standard Solana RPC endpoint. It retrieves live network statistics and whale-detection insights using only the Python standard library.

What is the best way to look up Solana transaction details and NFT ownership?

Look up Solana transaction details and NFT ownership by executing the CLI scripts against a Solana mainnet RPC endpoint. It parses on-chain data to return specific transaction information and NFT ownership records.

Does the Solana CLI require any external Python dependencies to fetch on-chain data?

The Solana CLI requires no external Python dependencies to fetch on-chain data. It operates entirely on the Python standard library and only requires a Solana RPC endpoint to handle queries, rate limits, and retries.

How do I get live SOL price lookups and epoch information for the Solana blockchain?

Get live SOL price lookups and Solana epoch information by executing the network stats CLI commands. It queries the Solana RPC for current epoch details and fetches live USD market prices via CoinGecko.

What are the limitations of using a public Solana RPC endpoint for whale detection?

When using a public Solana RPC endpoint for whale detection, limitations include potential rate limiting and throttling. The CLI handles rate limits and retries automatically, but heavy queries for whale activity may still be restricted by the provider.