solana

Fetch Solana blockchain data and enrich it with CoinGecko USD pricing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides quick and easy access to various Solana blockchain data, including wallet balances, token portfolios, transaction details, NFTs, whale detection, and live network stats, enhancing your ability to track and analyze Solana-based assets.

Core Features & Use Cases

  • Query Wallet Balances and Portfolios: Quickly view balances of Solana-based assets, including SPL tokens and NFTs, and get the value in USD.
  • Transaction Details: Retrieve transaction details, including slot, timestamp, fee, and balance changes in both SOL and USD.
  • Token Info: Obtain SPL token metadata, price, market cap, supply, decimals, and top holders.
  • NFT Portfolio: List NFTs owned by a wallet using a heuristic that identifies SPL tokens with amount=1 and decimals=0.
  • Whale Detection: Scan the most recent block for large SOL transfers with USD values.
  • Network Stats: Get live Solana network health: current slot, epoch, TPS, supply, validator version, SOL price, and market cap.
  • Price Lookup: Check the price of any token by mint address or known symbol.

Quick Start

Use the solana skill to check the current balance of the Solana wallet '9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM'.

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 get the value in USD?

To check a Solana wallet balance, the skill fetches SOL and SPL token holdings for a specified address and enriches the portfolio data with live USD pricing from CoinGecko. This provides an immediate fiat valuation of your blockchain assets.

Can I detect whale movements for large SOL transfers on the blockchain?

Yes, you can detect whale movements because the skill scans the most recent Solana block for large SOL transfers. It identifies high-value transactions and calculates their equivalent USD values to spot significant on-chain activity.

What is the best way to retrieve Solana transaction details including fees?

The best way to retrieve Solana transaction details is to query a transaction signature, which returns the slot, timestamp, fee, and balance changes. The skill automatically calculates these balance changes in both SOL and USD.

Do I need an API key to fetch Solana network stats and token prices?

You do not need an API key to fetch Solana network stats and token prices. The skill supports rate-limited requests to the CoinGecko API using Python standard libraries, allowing you to access live network health and pricing data freely.

How does whale detection work for finding large Solana transfers?

Whale detection works by scanning the most recent block on the Solana blockchain and filtering for large SOL transfers. It evaluates the USD value of these transactions to highlight substantial asset movements by major holders.

How do I list NFTs owned by a Solana wallet address?

To list NFTs owned by a Solana wallet, the skill applies a heuristic that identifies SPL tokens with an amount of 1 and 0 decimals. This approach filters standard tokens to isolate and display the NFT portfolio for the address.