solana

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill exposes Solana on-chain data enriched with USD pricing, enabling developers and analysts to see wallet balances, token holdings, transactions, NFTs, whale activity, and network health without manual RPC wiring or external dependencies.

Core Features & Use Cases

  • Wallet portfolio: SOL balance, SPL tokens, NFT count, and USD portfolio value.
  • Token info and top holders: metadata, decimals, supply, and major holders with percentages.
  • Transaction details & recent activity: signatures, status, and balance changes.
  • NFT portfolio overview: NFTs owned by a wallet (heuristic-based).
  • Whale detector and network stats: large transfers and live Solana metrics (slot, epoch, TPS, price).
  • Price lookup: quick USD pricing for SOL and common tokens via CoinGecko.
  • Use Case: Investigate a wallet’s holdings and value across assets, or inspect a specific transaction by signature.

Quick Start

Use the Solana blockchain skill to fetch wallet balances, token holdings, and USD price data for on-chain assets.

Frequently Asked Questions about solana

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

FAQPage Schema
How do I fetch Solana on-chain wallet data with USD pricing?

Fetch Solana on-chain wallet data with USD pricing by querying RPC and CoinGecko endpoints to retrieve SOL balances, SPL token holdings, and NFT counts while calculating total USD portfolio value.

Can I track Solana whale activity and live network stats using RPC?

Track Solana whale activity and live network stats by detecting large token transfers and retrieving live metrics including slot, epoch, TPS, and price via RPC endpoints.

What is the best way to get Solana token metadata and top holders?

Get Solana token metadata and top holders by querying on-chain data via RPC to retrieve token decimals, supply, and major holders with percentage of total supply.

Does this Solana RPC data tool require external Python dependencies?

This Solana RPC data tool requires no external Python dependencies, using only the standard library to communicate with Solana RPC and CoinGecko endpoints with built-in retry logic.

How do I investigate a specific Solana transaction signature?

Investigate a specific Solana transaction signature by querying on-chain data to fetch transaction details including signatures, status, and balance changes for thorough analysis.

How does NFT portfolio tracking work for Solana wallets?

NFT portfolio tracking for Solana wallets works heuristically by querying on-chain data to identify NFTs owned by a specific wallet address, providing NFT count and portfolio overview.