solana

Query Solana blockchain wallet balances, token holdings, and transactions with USD pricing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Solana blockchain data is scattered across RPCs and price sources; this skill provides a unified CLI to fetch on-chain data and USD valuations.

Core Features & Use Cases

  • Wallet balances, token portfolios with USD values, and NFT counts for addresses.
  • Transaction details, recent activity, NFT ownership, whale transfers, and live network stats.
  • Use cases include building dashboards, auditing addresses, or integrating Solana insights into automation pipelines.

Quick Start

Run the Solana client to fetch data for a wallet address.

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 holdings with USD pricing?

Query Solana wallet balances and token portfolios with USD values by fetching on-chain data via RPC and live prices from CoinGecko. It returns wallet balances, token holdings, and NFT counts for specific addresses.

Can I track Solana whale transfers and network statistics using public RPC?

Yes, you can track Solana whale transfers and network statistics using the default public RPC endpoint. It fetches whale transfer details and live network stats without requiring custom infrastructure.

How do I retrieve Solana transaction details and recent activity for an address?

Retrieve Solana transaction details and recent activity by querying the blockchain via the command line interface. It processes transaction specifics and NFT ownership records for any given Solana address.

Does querying Solana blockchain data require installing external Python libraries?

No, querying Solana blockchain data does not require installing external Python libraries. The skill operates entirely using the Python standard library and CoinGecko for price valuations.

Can I use a private Solana RPC endpoint to fetch blockchain data?

Yes, you can use a private Solana RPC endpoint by setting the optional SOLANA_RPC_URL environment variable. This allows you to override the default endpoint for private network access.

What is the best way to integrate Solana blockchain data into automation pipelines?

The best way to integrate Solana blockchain data into automation pipelines is using this unified CLI to fetch on-chain data and USD valuations. It is scalable for building dashboards and auditing addresses automatically.