solana

Query Solana blockchain data with USD pricing via Python CLI.

3|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/ever-oli/io --skill solana-ever-oli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solana
Source: https://github.com/ever-oli/io/tree/main/optional-skills/blockchain/solana
Command: npx skills add https://github.com/ever-oli/io --skill solana-ever-oli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill enables developers and data analysts to fetch Solana blockchain data enriched with USD pricing, consolidating wallet balances, token holdings, transactions, NFTs, whale activity, and live network stats into a single, scriptable interface.

Core Features & Use Cases

  • Consolidated Solana data access: wallet balances, token metadata, recent transactions, NFTs, whale detections, and network health metrics, all priced in USD via CoinGecko.
  • No API key required: leverages the public Solana RPC endpoint and CoinGecko to retrieve live data without credential setup.
  • Use case examples: check a wallet for SOL balance and asset portfolio; inspect a transaction by signature; retrieve NFT ownership; monitor SOL price and network stats in real time.

Quick Start

Run the solana_client.py wallet <address> command to view SOL balance and token holdings.

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 holdings in USD?

To check a Solana wallet balance and token holdings in USD, use a Python CLI to query the public Solana RPC endpoint and retrieve live CoinGecko prices. You can run the wallet command with a specific address to view the SOL balance and asset portfolio.

What is the best way to get live Solana network statistics and SOL pricing without an API key?

The best way to get live Solana network statistics and SOL pricing without an API key is using a scriptable CLI that leverages public Solana RPC endpoints and CoinGecko. This approach retrieves real-time network health metrics and live prices without requiring credential setup.

Can I track Solana whale activity and recent transactions using a command line interface?

Yes, you can track Solana whale activity and recent transactions using a command line interface. A Python CLI can execute specific commands to detect whale movements and inspect recent wallet activity by querying the public Solana RPC backend directly.

Does this Solana blockchain data query tool support NFT ownership lookups?

Yes, this Solana blockchain data query tool supports NFT ownership lookups. By executing the designated NFT command, you can retrieve NFT ownership details for a specific wallet address alongside token metadata and transaction history.

How do I inspect a specific Solana transaction by its signature?

To inspect a specific Solana transaction by its signature, use the transaction command in the Python CLI. This queries the Solana RPC backend to fetch detailed transaction data, which is then enriched with live USD pricing from CoinGecko.