solana

Query Solana blockchain data with USD-enriched wallet and token details.

1|Updated May 16, 2026
One-click install
npx skills add https://github.com/devMoez/titan --skill solana-devmoez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solana
Source: https://github.com/devMoez/titan/tree/main/optional-skills/blockchain/solana
Command: npx skills add https://github.com/devMoez/titan --skill solana-devmoez

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Solana users need quick answers about wallet balances, token portfolios with USD values, and on-chain activity without manually stitching together RPC responses and price lookups.

Core Features & Use Cases

  • Wallet portfolio with USD valuation: Fetch SOL balance and SPL token holdings, enrich with CoinGecko USD prices, filter dust, and summarize NFTs.
  • Transaction inspection: Retrieve a transaction by signature and report slot details, fees, status, and SOL/ USD balance changes.
  • Token, activity, and whale insights: Get SPL token metadata (supply/decimals/holders), list recent address activity, detect large SOL transfers in the latest block, and fetch live network stats and prices.

Quick Start

Use the solana skill to get a wallet portfolio with USD values for 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 a Solana wallet balance and token portfolio with USD values?

To check a Solana wallet portfolio with USD values, fetch SOL and SPL token holdings via an RPC endpoint, enrich prices using CoinGecko, filter dust tokens, and summarize NFTs. This provides a complete financial overview of the address.

Can I inspect a Solana transaction by signature to see fees and balance changes?

Yes, you can inspect a Solana transaction by signature to retrieve slot details, fees, status, and SOL/USD balance changes. This provides exact transaction insights without manual RPC response stitching.

Do I need an API key to query Solana blockchain RPC for whale transfers and network stats?

No API key is required to query Solana blockchain RPC for whale transfers and network stats. The process uses standard-library HTTP and JSON handling with a default or overridden SOLANA_RPC_URL endpoint.

How do I get SPL token metadata and top holders for a specific token?

To get SPL token metadata and top holders, query the Solana blockchain RPC endpoint to retrieve supply, decimals, and holder distribution. This returns precise token metrics for on-chain analysis.

What is the best way to detect large SOL transfers in the latest Solana block?

The best way to detect large SOL transfers in the latest Solana block is to query the RPC endpoint for recent block activity and filter for whale-sized transactions. This identifies significant network movements efficiently.

How does retrieving recent Solana address activity work without manual RPC stitching?

Retrieving recent Solana address activity works by querying the RPC endpoint directly and formatting the JSON response. This lists recent on-chain actions for an address without manual data stitching.