solana

Query Solana blockchain data with USD pricing via JSON-RPC and CoinGecko.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the manual work of checking Solana on-chain data, combining balances, token values, transactions, and network status into one reliable workflow.

Core Features & Use Cases

  • Wallet Analysis: Inspect SOL balances, SPL token holdings, NFT counts, and estimated portfolio value in USD.
  • Transaction Intelligence: Look up transaction details, recent activity, and balance changes for any Solana address.
  • Token and Network Checks: Fetch token metadata, supply, top holders, live SOL pricing, network TPS, and whale transfers.
  • Use Case: If you need to evaluate a wallet before a trade or audit a token’s activity, this Skill gives you the on-chain facts quickly and with pricing context.

Quick Start

Ask the Solana skill to analyze a wallet address and return its balance, token portfolio, and recent activity in USD terms.

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 token portfolios in USD?▼

To check Solana wallet balances, query a mainnet address via JSON-RPC to retrieve SOL holdings, SPL token portfolios, and NFT counts, then fetch live USD pricing through CoinGecko endpoints for an estimated total portfolio value.

Can I look up Solana transaction signatures and recent wallet activity?▼

You can look up Solana transaction signatures by querying a mainnet address, returning recent transaction details, activity history, and specific balance changes for auditing or evaluating a wallet before executing a trade.

What is the best way to track Solana whale transfers and network health?▼

Tracking Solana whale transfers and network health involves querying on-chain data for large token movements and fetching current network TPS metrics, providing reliable facts about network congestion and major holder activity.

How do I get live SOL pricing and token metadata for Solana mainnet mints?▼

Get live SOL pricing and token metadata by querying Solana mainnet mints through standard JSON-RPC calls and retrieving current market values, token supply details, and top holder distributions from CoinGecko price endpoints.

Do I need a custom Solana RPC endpoint to fetch reliable on-chain data?▼

You do not need a custom Solana RPC endpoint to fetch reliable on-chain data, but optional RPC overrides are supported alongside built-in retry handling to ensure consistent blockchain reporting for wallet balances and token transfers.

Why do Solana RPC queries fail when checking NFT holdings and token supply?▼

Solana RPC queries can fail due to network instability or rate limits, but standard-library Python with built-in retry handling mitigates these failures to reliably report NFT holdings, token supply, and wallet balances.