solana

Fetch Solana on-chain data with USD pricing from CoinGecko APIs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Query Solana blockchain data enriched with USD pricing via CoinGecko, enabling quick visibility into balances, holdings, and activity.

Core Features & Use Cases

  • Wallet portfolio: SOL balance, SPL tokens with USD values, and NFT count.
  • Transaction & NFT lookup: inspect a specific transaction by signature and list NFTs owned by a wallet.
  • Whale detection & network stats: identify large transfers and monitor slot, TPS, and SOL price in USD.

Quick Start

Run the solana wallet command with a wallet address to display SOL balance, token holdings, and USD values.

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 with USD pricing?

Query Solana wallet balances with USD pricing by inputting a wallet address to display SOL balance, SPL token holdings, and NFT counts. Values are enriched with live USD price data fetched from CoinGecko.

How do I look up a Solana transaction by signature?

Look up Solana transactions by signature to inspect specific on-chain transaction details. The tool fetches transaction data directly from Solana RPC endpoints for precise visibility into on-chain activity.

Can I track Solana whale activity and large token transfers?

Track Solana whale activity by identifying large token transfers across the network. The whale detection workflow monitors on-chain movements, enabling quick visibility into significant wallet activity and market flows.

How do I find NFTs owned by a Solana wallet?

Find NFTs owned by a Solana wallet by running an NFT ownership discovery query. The command lists all NFTs associated with the specified address, providing a clear view of the wallet's digital collectible portfolio.

Does this tool provide live Solana network stats like TPS and slot height?

Live Solana network stats including slot height, transactions per second (TPS), and current SOL price in USD are provided. The tool queries Solana RPC for network metrics and CoinGecko for real-time pricing.

How does the tool handle CoinGecko API rate limits during price lookups?

CoinGecko API rate limits are handled using optional price lookups with graceful fallbacks. If a rate limit is hit, the query continues to return core on-chain data without interrupting the workflow.