solana

Queries Solana on-chain data with USD pricing via CoinGecko.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Solana skill provides a unified way to access on-chain data and USD pricing for wallets, tokens, transactions, NFTs, and network metrics, removing the need to manually stitch together RPC calls and price feeds.

Core Features & Use Cases

  • Wallet portfolio with token values and NFT count
  • Transaction lookup by signature
  • Token metadata, top holders, and market data
  • NFT ownership view and list
  • Whale transfers, network stats, and SOL price
  • Quick price lookups for SOL and select tokens via CoinGecko

Quick Start

Run the Solana CLI tool to fetch wallet balances and token data with a sample call such as python3 solana_client.py wallet <address>.

Frequently Asked Questions about solana

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

FAQPage Schema
How do I get Solana wallet balances and token values with live USD pricing?

To get Solana wallet balances and token values, you can query on-chain portfolio data that includes token values, NFT counts, and live USD pricing. This process uses a public Solana RPC URL and performs price lookups via CoinGecko.

Do I need an API key to query Solana blockchain transactions and network stats?

No, you do not need an API key to query Solana blockchain transactions and network stats. The tool requires only Python's standard library and uses a configurable public Solana RPC URL for fetching transaction signatures and network metrics.

What is the best way to look up Solana whale transfers and NFT ownership?

The best way to look up Solana whale transfers and NFT ownership is by querying on-chain data that provides specific NFT ownership views, lists, and large token transfer records. It fetches this data using a public RPC endpoint.

Can I use CoinGecko for Solana token price lookups without hitting rate limits?

Yes, you can use CoinGecko for Solana token price lookups. The tool performs SOL and select token price lookups via CoinGecko with built-in rate-limit handling to ensure reliable live USD pricing retrieval.

Does this Solana data tool support retrieving token metadata and top holders?

Yes, this Solana data tool supports retrieving token metadata and top holders. It queries on-chain data to fetch token market data, metadata, and holder distributions, combining this information with live USD pricing.