solana

Query Solana wallet balances, token metadata, and transaction history via JSON-RPC and CoinGecko APIs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill eliminates the complexity of manually querying blockchain explorers or writing custom RPC requests, providing instant access to wallet balances, token prices, and network health.

Core Features & Use Cases

  • Portfolio Tracking: Instantly view SOL balances, SPL token holdings, and NFT collections for any wallet address.
  • Market Intelligence: Retrieve real-time token prices, market caps, and whale activity monitoring.
  • Use Case: A user can quickly verify the current value of their holdings or investigate a specific transaction signature without leaving the chat interface.

Quick Start

Use the solana skill to check the portfolio balance and token holdings for the wallet address 9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM.

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 SPL token holdings without a blockchain explorer?

You can check Solana wallet balances by querying JSON-RPC endpoints to retrieve SOL balances, SPL token holdings, and NFT collections directly without using a blockchain explorer interface.

Can I monitor Solana whale activity and real-time token prices in one place?

Yes, you can monitor whale activity and retrieve real-time token prices by querying on-chain transaction history via JSON-RPC alongside market cap data from the CoinGecko API.

What is the best way to inspect a Solana NFT portfolio for a specific wallet address?

The best way to inspect a Solana NFT portfolio is to query wallet token metadata via JSON-RPC, allowing you to view NFT collections and token holdings for any valid address.

Do I need external dependencies to query Solana blockchain data using Python?

No, you do not need external dependencies to query Solana blockchain data, as this interaction uses only the lightweight Python standard library for JSON-RPC and API requests.

How does real-time Solana network performance monitoring work for DeFi analytics?

Real-time Solana network performance monitoring works by querying blockchain network health and transaction data via JSON-RPC, supporting analytical tasks like DeFi analytics and whale detection.