solana

Fetch Solana on-chain data with USD pricing via RPC and CoinGecko.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Solana developers and analysts need a dependable way to access on-chain data and real-time USD pricing without managing multiple services or complex tooling.

Core Features & Use Cases

  • Wallet portfolio: SOL balance, SPL token holdings with USD values.
  • Transaction details: inspect a transaction by signature with asset changes in USD.
  • NFT portfolio: list NFTs owned by an address.
  • Whale detection: identify large SOL transfers in the latest block.
  • Network stats & price: live SOL price, epoch info, and TPS.

Quick Start

Run the Solana CLI by executing the solana_client.py with the stats command to confirm connectivity and live pricing.

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

To check a Solana wallet portfolio with USD pricing, you can query on-chain data to retrieve SOL balances and SPL token holdings alongside their real-time USD values from CoinGecko.

Can I look up Solana transaction details by signature?

Yes, you can look up Solana transaction details by signature to inspect specific transactions, including asset changes evaluated in USD for accurate portfolio tracking.

What's the best way to detect whale transfers on the Solana blockchain?

To detect whale transfers on the Solana blockchain, you can identify large SOL transfers by scanning the latest block data for significant asset movements.

How do I list NFTs owned by a Solana address?

You can list NFTs owned by a Solana address by querying on-chain data to retrieve the complete NFT portfolio associated with that specific wallet.

Do I need external dependencies to query Solana on-chain data?

No, you do not need external dependencies to query Solana on-chain data because the tool uses Python's standard library exclusively, relying only on a Solana RPC endpoint and CoinGecko.

How do I check live Solana network stats and TPS?

To check live Solana network stats and TPS, run the stats command to confirm connectivity, retrieve epoch info, and display the current SOL price.