solana

Query Solana blockchain wallet balances, token portfolios, and transactions with USD pricing via CoinGecko.

6|2|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/GregsGreyCode/Logos --skill solana-gregsgreycode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solana
Source: https://github.com/GregsGreyCode/Logos/tree/main/optional-skills/blockchain/solana
Command: npx skills add https://github.com/GregsGreyCode/Logos --skill solana-gregsgreycode

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Solana on-chain data often requires manual cross-referencing across RPC responses and pricing data to produce a coherent wallet view. This Skill provides a unified CLI-style tool that fetches SOL balances, SPL token holdings, NFTs, recent activity, large transfers, and network health, enriched with USD prices for quick decision making.

Core Features & Use Cases

  • Wallet portfolio: SOL balance, token holdings, and USD value
  • Transaction history and NFT ownership
  • Network stats and whale transfers with price context
  • No API key required; uses Solana RPC and CoinGecko free pricing data

Quick Start

Query a wallet's SOL balance and token portfolio with USD values 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 query Solana wallet balances and SPL token portfolios with USD pricing?

You can query Solana wallet balances and token portfolios using a unified CLI tool that fetches on-chain SPL token holdings via RPC and enriches the data with USD pricing from CoinGecko.

Do I need an API key to fetch Solana on-chain data and current token prices?

No, you do not need an API key. You can fetch Solana on-chain data and token prices using standard Solana RPC endpoints combined with free CoinGecko pricing data.

How can I track large whale transfers and network stats on the Solana blockchain?

You can track Solana whale transfers and network stats by running specific commands that fetch large token transfers and network health metrics, automatically augmented with USD price context.

Can I retrieve NFT ownership and transaction history for a specific Solana address?

Yes, you can retrieve NFT ownership and transaction history for a specific Solana address by executing targeted RPC-based lookups that compile recent activity and NFT holdings into a unified view.

How do I configure a custom RPC endpoint for Solana blockchain queries?

You can configure a custom RPC endpoint for Solana blockchain queries by setting the SOLANA_RPC_URL environment variable, allowing the tool to route requests through your preferred network node.

What happens when CoinGecko price lookups hit rate limits or prices are missing?

When CoinGecko price lookups hit rate limits or prices are missing, the tool gracefully handles the errors and continues returning on-chain Solana data without the USD pricing enrichment.