solana

Query Solana on-chain data with USD pricing for wallet balances and network stats.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Quickly access Solana blockchain data with USD pricing, consolidating wallet balances, token holdings, transactions, NFT ownership, whale activity, and live network metrics into a single, easy-to-consume response.

Core Features & Use Cases

  • Retrieve live SOL wallet balances and associated SPL token portfolios with USD valuations.
  • Inspect transaction details, token metadata, and top token holders for any SOL address.
  • Monitor network health, epoch stats, and SOL price in real-time for analytics dashboards.

Quick Start

Run the solana_client.py tool to fetch wallet balances, token holdings, and network stats for a given address.

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?

To check a Solana wallet balance, query on-chain data via RPC to retrieve live SOL balances and associated SPL token portfolios, automatically appending USD valuations from CoinGecko.

Can I look up Solana transaction details and NFT ownership for a specific address?

Yes, you can look up Solana transaction details and NFT ownership by querying the blockchain data for any SOL address to inspect token metadata and holdings.

What is the best way to monitor Solana network health and epoch stats?

Monitoring Solana network health involves querying live network metrics and epoch statistics via RPC, providing real-time data suitable for analytics dashboards.

Do I need external dependencies to retrieve Solana on-chain data and prices?

No external dependencies are needed beyond Python's standard library; the tool relies solely on Solana RPC and CoinGecko to fetch on-chain data and USD prices.

How does the tool handle rate limits when fetching Solana whale activity?

The tool includes built-in error handling for rate limits and data gaps when fetching Solana whale activity, ensuring reliable retrieval of top token holders and transactions.