solana

Fetch Solana on-chain data with USD pricing via Python CLI.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/Rawgrowth-Consulting/rawclaw-agent --skill solana-rawgrowth-consulting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solana
Source: https://github.com/Rawgrowth-Consulting/rawclaw-agent/tree/main/optional-skills/blockchain/solana
Command: npx skills add https://github.com/Rawgrowth-Consulting/rawclaw-agent --skill solana-rawgrowth-consulting

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Solana data and USD pricing at-a-glance for wallet balances, token portfolios, transactions, NFTs, and network health.

Core Features & Use Cases

  • Wallet portfolio with SOL balance and USD values (use case: quick portfolio valuation)
  • NFTs owned and top token prices
  • Whale detection and live network stats

Quick Start

Ask me to fetch a Solana wallet's balance, tokens, and USD-valued portfolio for a given 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 pricing?

You can check a Solana wallet balance by querying on-chain data through a Solana RPC endpoint, which enriches token portfolios and SOL balances with live USD pricing via CoinGecko for quick portfolio valuation.

Can I track Solana whale activity and live network stats on mainnet?

Yes, you can track Solana whale activity and live network stats on mainnet. The tool applies whale detection algorithms and fetches live network statistics directly from the Solana RPC endpoint to monitor large transactions and network health.

How do I look up Solana transaction details and NFT holdings for a specific address?

To look up Solana transaction details and NFT holdings, provide the target address to query the Solana mainnet via an RPC endpoint. The system retrieves transaction records and NFT ownership data, applying a local token-name mapping for clarity.

Do I need a specific Solana RPC endpoint to fetch on-chain token prices?

Yes, you need a Solana RPC endpoint to fetch on-chain data such as wallet balances, transactions, and NFTs. USD token prices are then retrieved and enriched using CoinGecko alongside a local token-name mapping for accurate portfolio valuation.

What's the best way to get USD-valued Solana token prices across multiple wallets?

The best way to get USD-valued Solana token prices is to query each wallet address using a tool that combines a Solana RPC endpoint with CoinGecko price feeds. This approach retrieves on-chain token data and applies real-time USD pricing across portfolios.

Why does my Solana token portfolio show incorrect USD values?

Solana token portfolio USD values may appear incorrect if the CoinGecko price feed is delayed or the local token-name mapping lacks a specific token. The system relies on these two sources to enrich on-chain balances with accurate USD pricing.