solana

Query Solana blockchain data via RPC and CoinGecko API.

Updated Jun 26, 2026
One-click install
npx skills add https://github.com/NITISH-gitbit/hermes-custom --skill solana-nitish-gitbit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solana
Source: https://github.com/NITISH-gitbit/hermes-custom/tree/main/optional-skills/blockchain/solana
Command: npx skills add https://github.com/NITISH-gitbit/hermes-custom --skill solana-nitish-gitbit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of manually querying and analyzing Solana blockchain data. It provides a streamlined way to access wallet balances, token portfolios, transaction details, NFTs, whale detection, and live network stats with USD pricing.

Core Features & Use Cases

  • Wallet Balances: Retrieve the balance of SOL and SPL tokens for any Solana wallet address.
  • Token Portfolios: Get the value of a user's token portfolio with USD pricing.
  • Transaction Details: Inspect specific transactions by their signature.
  • NFTs: List NFTs owned by a wallet address.
  • Whale Detection: Identify large SOL transfers.
  • Network Stats: Access live Solana network health, TPS, epoch, and SOL price.
  • Use Case: A financial analyst can use this Skill to quickly assess the market value of a Solana-based project by querying the token portfolio of a wallet address and checking recent transactions.

Quick Start

Use the solana skill to get the wallet balance for the address '9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM'.

Frequently Asked Questions about solana

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

FAQPage Schema
How do I query Solana wallet balances and token portfolios with USD pricing?

You can query Solana wallet balances by retrieving SOL and SPL token amounts for any address, then fetching USD pricing via the CoinGecko API to calculate the total portfolio market value.

How do I check Solana transaction details and detect whale transfers?

To check Solana transaction details and detect whale transfers, you inspect specific transactions by their signature and identify large SOL transfers to track significant market movements by major holders.

Can I list NFTs owned by a Solana wallet address?

Yes, you can list NFTs owned by a Solana wallet address. The system queries the Solana RPC to retrieve and display all non-fungible tokens held by the specified wallet account.

How do I access live Solana network stats like TPS and epoch information?

You access live Solana network stats by querying network health metrics through Solana RPC, which returns current TPS, epoch details, and SOL price data sourced from the CoinGecko API.

Do I need any special API keys to query Solana blockchain data?

No special API keys are required beyond standard access to a Solana RPC endpoint and the CoinGecko API. The system operates using the Python standard library to interact with these services.