solana

Query Solana on-chain data and enrich it with CoinGecko USD pricing.

1|Updated Jun 25, 2026
One-click install
npx skills add https://github.com/Signmanal/VIGIL --skill solana-signmanal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solana
Source: https://github.com/Signmanal/VIGIL/tree/main/optional-skills/blockchain/solana
Command: npx skills add https://github.com/Signmanal/VIGIL --skill solana-signmanal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill eliminates the tedious manual work of cross-referencing fragmented Solana on-chain data with external USD pricing sources, saving crypto analysts, security researchers, and Web3 investigators hours of repetitive lookup work for wallet balances, transaction details, token metrics, and network stats.

Core Features & Use Cases

  • Wallet & Portfolio Analysis: Retrieve SOL balances, SPL token holdings with real-time USD valuations, NFT counts, and total portfolio value for any Solana address, with dust filtering and value-based sorting.
  • Transaction & Token Intelligence: Inspect full transaction details by signature, retrieve SPL token metadata, supply, top 5 holders, and real-time prices for any mint address.
  • Network & Market Monitoring: Track live Solana network health metrics (TPS, current epoch, circulating supply) and detect large whale SOL transfers above a custom threshold in the latest block.
  • Use Case Example: If you are investigating a suspicious Solana address linked to potential fraud, use this Skill to pull its full token portfolio, recent transaction history, and identify any large incoming whale transfers in seconds.

Quick Start

Use the solana skill to pull the full USD-valued token portfolio and recent transaction history for the Solana address 9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM.

Frequently Asked Questions about solana

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

FAQPage Schema
How do I check Solana wallet balances with USD pricing?

You can check Solana wallet balances with USD pricing by retrieving SOL balances, SPL token holdings, and total portfolio value directly from on-chain data enriched with real-time CoinGecko USD valuations.

Can I monitor Solana whale transfers without an API key?

Yes, you can monitor Solana whale transfers without an API key by detecting large incoming SOL transfers above a custom threshold in the latest block using only Python standard library dependencies.

How do I track SPL token metadata and top holders for a mint address?

To track SPL token metadata and top holders, you can retrieve supply data, the top 5 holders, and real-time USD prices for any Solana mint address without needing external API keys.

Does this Solana data query tool require external dependencies or paid RPC endpoints?

This Solana data query tool requires only Python standard library dependencies and no external API keys, though it supports optional private RPC endpoint overrides to achieve higher rate limits.

What is the best way to analyze Solana network health metrics like TPS and epoch?

The best way to analyze Solana network health is by tracking live metrics such as transactions per second (TPS), current epoch, and circulating supply, enriched with reliable data via exponential backoff retries.