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/ar0cket1/Hermes-Agent-Online-RL --skill solana-ar0cket1
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: solana
Source: https://github.com/ar0cket1/Hermes-Agent-Online-RL/tree/main/optional-skills/blockchain/solana
Command: npx skills add https://github.com/ar0cket1/Hermes-Agent-Online-RL --skill solana-ar0cket1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Retrieve Solana on-chain data with USD price context for wallets, token portfolios, transactions, NFTs, whale activity, and network health.

Core Features & Use Cases

  • Wallet balances and token holdings with USD values
  • Transaction and transfer details, NFT ownership, and network stats
  • Price lookups via CoinGecko to provide market context

Quick Start

Run the Solana skill with a wallet address to fetch balance, tokens, and USD values.

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

To check a Solana wallet balance with USD values, query the wallet address to retrieve native SOL balances, token holdings, and market prices fetched via CoinGecko for accurate portfolio valuation.

What Solana on-chain data can I retrieve for NFTs and transactions?▼

Solana on-chain data retrieval covers transaction and transfer details, NFT ownership records, and network health stats, using standard RPC calls to fetch address activity and token metadata.

Can I fetch Solana network stats and whale activity using Python standard library?▼

You can fetch Solana network stats and whale activity using only the Python standard library for RPC calls and price lookups, with built-in rate-limit retries ensuring reliable data retrieval.

Does this Solana data tool require external API keys or dependencies?▼

No external API keys or dependencies are required; the tool operates entirely using the Python standard library to execute RPC calls and CoinGecko price lookups, utilizing a local known-token mapping for resolution.

What's the best way to get market price context for Solana token portfolios?▼

The best way to get market price context for Solana token portfolios is fetching on-chain wallet data and augmenting it with CoinGecko USD price lookups, providing real-time valuation for holdings.

How are RPC rate limits handled when querying Solana blockchain data?▼

RPC rate limits are handled using automated retry logic within the Python standard library implementation, ensuring continuous data fetching from Solana RPC endpoints without manual intervention.