solana

Fetch Solana on-chain data with USD pricing via RPC and CoinGecko.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides fast access to Solana on-chain data and USD pricing for wallets, tokens, transactions, NFTs, and network metrics, enabling informed decisions and monitoring.

Core Features & Use Cases

  • Wallet balances and token portfolios with USD values
  • Transaction details, NFT ownership, and whale-detection insights
  • Live network stats and SOL price lookups

Quick Start

Query a wallet's SOL balance and token portfolio using the solana skill.

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 token portfolio with USD values?▼

To check a Solana wallet balance and token portfolio with USD values, you can query on-chain data using a configurable RPC endpoint enriched with CoinGecko pricing. This provides wallet holdings, token portfolios, and live network stats without external dependencies.

Can I look up Solana transaction details and NFT ownership using an RPC endpoint?▼

Yes, you can look up Solana transaction details and NFT ownership by fetching on-chain data via a Python-based CLI. It uses a configurable Solana RPC endpoint to retrieve transaction records and NFT holdings for any specified wallet address.

What is the best way to monitor Solana whale activity and live network health?▼

The best way to monitor Solana whale activity and live network health is by querying on-chain data enriched with USD pricing. This approach tracks large wallet movements and real-time network statistics, helping you make informed decisions about the blockchain state.

Do I need external dependencies to fetch Solana on-chain data and SOL price?▼

No, you do not need external dependencies to fetch Solana on-chain data and SOL price. The implementation is a Python-based CLI that retrieves wallet balances, transactions, NFTs, and SOL pricing using only a Solana RPC endpoint and CoinGecko.

How do I configure the Solana RPC URL for querying blockchain data?▼

To configure the Solana RPC URL for querying blockchain data, set the SOLANA_RPC_URL environment variable. This allows the Python CLI to connect to your specified endpoint and fetch wallet balances, token portfolios, transactions, and network stats.

Does this approach work for tracking Solana token prices in real time?▼

Yes, this approach works for tracking Solana token prices in real time by combining on-chain wallet data with CoinGecko USD pricing. It retrieves live SOL price lookups and token portfolio values directly through the configured RPC endpoint.