solana

Retrieves Solana on-chain data and enriches it with USD pricing via public RPC endpoints.

Updated May 3, 2026
One-click install
npx skills add https://github.com/JuanMS20/solviora-agent --skill solana-juanms20
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solana
Source: https://github.com/JuanMS20/solviora-agent/tree/main/optional-skills/blockchain/solana
Command: npx skills add https://github.com/JuanMS20/solviora-agent --skill solana-juanms20

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Retrieve Solana on-chain data and enrich it with USD pricing without API keys.

Core Features & Use Cases

  • Wallet Portfolio: SOL balance, SPL tokens with USD values, NFT counts, and total portfolio value.
  • Transaction & NFT Details: inspect transactions, token metadata, and top holders.
  • Network Stats & Price Lookups: live SOL price, market cap, and whale activity.

Quick Start

Run the Solana CLI to fetch live wallet balances, token holdings, and price-enriched portfolio data 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 token prices without API keys?

You can query Solana wallet balances and token prices without API keys by using public RPC endpoints to retrieve on-chain data. The script fetches SOL balances, SPL tokens, and enriches them with live USD pricing.

What is the best way to track Solana whale activity and live network stats?

Tracking Solana whale activity and live network stats involves querying public mainnet RPC endpoints for large transaction volumes and market data. This approach retrieves live SOL prices, market caps, and whale movements directly on-chain.

Can I inspect Solana NFT metadata and transaction details using Python?

Yes, you can inspect Solana NFT metadata and transaction details using Python standard library scripts. The tool queries public RPC endpoints to retrieve token metadata, NFT counts, and transaction records without requiring external dependencies.

Does this Solana data retrieval approach work for calculating total portfolio value?

Yes, this Solana data retrieval approach works for calculating total portfolio value by aggregating SOL balances, SPL token holdings, and NFT counts. It enriches these on-chain assets with USD pricing to return a structured portfolio total.

How do public RPC endpoints handle rate limits when querying Solana blockchain data?

Public RPC endpoints handle rate limits gracefully by implementing built-in retry logic within the Python scripts. This ensures continuous data retrieval for transactions and wallet balances without hitting hard failures during network congestion.