solana

Fetch Solana on-chain data with USD pricing via RPC and CoinGecko.

Updated May 2, 2026
One-click install
npx skills add https://github.com/AlvaroBiano/hermes-agent --skill solana-alvarobiano
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solana
Source: https://github.com/AlvaroBiano/hermes-agent/tree/main/optional-skills/blockchain/solana
Command: npx skills add https://github.com/AlvaroBiano/hermes-agent --skill solana-alvarobiano

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Solana developers and users need quick access to comprehensive, USD-valued Solana on-chain data without complex setup or multiple sources.

Core Features & Use Cases

  • Wallet balances and SPL token portfolios with USD values, including NFTs and top holdings.
  • Transaction details by signature, top token info, and NFT ownership snapshots.
  • Live network stats: slot, epoch, TPS, SOL price, and market metrics, plus price lookups for USD valuation.
  • Optional: override RPC endpoint via SOLANA_RPC_URL and fetch prices from CoinGecko to enrich results.

Quick Start

Use the Solana CLI to query a wallet address, a token mint, or a transaction signature to retrieve balances, token values, and network stats.

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 values?

To check a Solana wallet balance, query a wallet address to retrieve SPL token portfolios enriched with USD values. This includes NFTs and top holdings, allowing you to view your entire Solana on-chain data without needing an API key.

Can I look up Solana transaction details and NFT ownership without an API key?

Yes, you can look up Solana transaction details by signature and fetch NFT ownership snapshots without an API key. The tool operates using a Solana RPC endpoint and CoinGecko data sources to provide comprehensive on-chain information.

What's the best way to get live Solana network stats like slot, epoch, and TPS?

The best way to get live Solana network stats is to query the network directly for slot, epoch, TPS, and SOL price metrics. This approach fetches live data using a Solana RPC endpoint combined with CoinGecko for accurate market metrics.

Do I need a specific RPC endpoint to fetch Solana on-chain data and whale activity?

You do not need a specific hardcoded RPC endpoint to fetch Solana on-chain data and whale activity. The tool uses a default Solana RPC, but you can optionally override it by setting the SOLANA_RPC_URL environment variable for custom network access.

How does USD pricing work when querying Solana token portfolios?

USD pricing for Solana token portfolios works by fetching current market prices from CoinGecko and enriching the raw on-chain data. This process allows you to retrieve token portfolios, top holdings, and whale activity with accurate real-time USD valuations.