solana

Query Solana blockchain data and CoinGecko pricing via JSON-RPC and REST APIs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill eliminates the complexity of navigating blockchain explorers and manual price lookups by providing a direct, command-line interface to query Solana on-chain data and real-time market pricing.

Core Features & Use Cases

  • Wallet Portfolio Analysis: Instantly retrieve SOL balances, SPL token holdings, and NFT summaries for any address.
  • Transaction Inspection: Decode transaction signatures to view balance changes and program invocations.
  • Market Intelligence: Track token prices, whale movements, and network health metrics like TPS and epoch status.

Quick Start

Use the solana skill to check the portfolio balance and token holdings for the wallet address 9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM.

Frequently Asked Questions about solana

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

FAQPage Schema
How do I check Solana wallet balances and SPL token holdings?

To retrieve Solana wallet balances, input a valid wallet address to query on-chain data for SOL balances and SPL token holdings. This skill fetches real-time portfolio summaries directly via JSON-RPC endpoints.

Can I track real-time Solana token prices and market data?

Yes, you can track Solana token prices by utilizing CoinGecko pricing APIs for real-time market data. This delivers current token valuations and network health metrics like TPS and epoch status for market monitoring.

How do I decode a Solana transaction signature to inspect balance changes?

Decoding a Solana transaction signature involves querying on-chain data to view balance changes and program invocations. This enables direct transaction verification and on-chain analysis without manual blockchain explorer lookups.

Does querying Solana network health metrics require external dependencies?

Querying Solana network health metrics requires no external dependencies, relying solely on standard Python libraries. It interacts directly with public JSON-RPC endpoints and REST APIs to retrieve network status and TPS data.

What is the best way to monitor Solana whale movements and on-chain portfolio data?

The best way to monitor Solana whale movements is by querying on-chain data and CoinGecko pricing to retrieve real-time wallet and token information. This facilitates direct portfolio tracking and market intelligence without manual lookups.