solana

Query Solana blockchain data with USD pricing via JSON-RPC and CoinGecko.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/afel6/scal-ai-pipeline --skill solana-afel6
Or copy as Structured Prompt for Agentâ–¼
Please help me install this Agent Skill.
Skill: solana
Source: https://github.com/afel6/scal-ai-pipeline/tree/main/hermes_skills_library/optional-skills/blockchain/solana
Command: npx skills add https://github.com/afel6/scal-ai-pipeline --skill solana-afel6

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Enable fast, on-chain inspection of Solana wallets, tokens, transactions, NFTs, and network health while providing USD pricing and simple portfolio valuation so users don't manually aggregate RPC responses and price lookups.

Core Features & Use Cases

  • Wallet portfolio: SOL balance, SPL token holdings with USD values, NFT count, dust filtering, and portfolio total.
  • Transaction inspection: full transaction details, balance changes in SOL and USD, invoked programs, and status.
  • Token lookup: SPL token metadata, supply, decimals, top holders, and CoinGecko price and market cap.
  • Activity and NFTs: recent transaction signatures and heuristic NFT enumeration for wallets.
  • Whale detection and network stats: scan latest block for large SOL transfers and report live slot, TPS, epoch, supply, and SOL price.
  • Use Case: Quickly value a user's wallet in USD, identify large transfers, or inspect a suspect transaction without writing RPC boilerplate.

Quick Start

Run the solana skill to fetch a wallet's SOL balance, token list with USD valuations, and NFT summary by invoking the wallet command with the target address.

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 valuations?â–¼

Query Solana wallet balances by fetching SOL holdings, SPL token lists with CoinGecko USD prices, NFT counts, and total portfolio valuation without manual RPC aggregation. The skill filters dust tokens and enriches balances with live market data.

Can I inspect Solana transaction details including invoked programs and balance changes?â–¼

Inspect Solana transactions to retrieve full transaction details, SOL and USD balance changes, invoked programs, and transaction status. The skill queries mainnet RPC nodes directly to expose complete transaction inspection data.

What's the best way to get SPL token metadata, supply, and top holders on Solana?â–¼

Look up SPL token metadata, supply, decimals, and top holders directly from Solana RPC nodes. The skill enriches this token data with CoinGecko price and market cap information for comprehensive token analysis.

How does whale detection work for large SOL transfers on the Solana network?â–¼

Whale detection scans the latest Solana block for large SOL transfers, identifying significant wallet movements. The skill monitors live network activity to surface high-value transactions without writing custom RPC boilerplate.

Can I monitor Solana network stats like TPS, slot, and epoch without running a node?â–¼

Monitor Solana network health by querying live slot, TPS, epoch, supply, and SOL price via JSON-RPC calls to Solana nodes. The skill retrieves current network statistics using standard Python without requiring a local node.

Do I need any external dependencies or API keys to query Solana blockchain data?â–¼

No external dependencies are required; the skill runs using only the Python standard library. It performs JSON-RPC calls to Solana nodes and CoinGecko price requests while respecting rate limits, requiring no additional package installations.