solscan-data

Query Solana blockchain data from the Solscan Pro API.

2|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/solscanofficial/agent-skills --skill solscan-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solscan-data
Source: https://github.com/solscanofficial/agent-skills/tree/main/skills/solscan-data
Command: npx skills add https://github.com/solscanofficial/agent-skills --skill solscan-data

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

Quickly retrieve Solana on-chain data from the Solscan Pro API for wallet details, token prices, NFT collections, transactions, DeFi activity, and program metadata.

Core Features & Use Cases

  • Retrieve wallet balance and metadata via the Solscan Pro API.
  • Look up token prices, NFT collection data, and recent transactions for a given address.
  • Analyze on-chain activity across accounts, tokens, NFTs, blocks, markets, and programs with a single skill.

Quick Start

Run the solscan-data skill to query the Solscan Pro API for a wallet address.

Frequently Asked Questions about solscan-data

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

FAQPage Schema
How do I query Solana on-chain data for wallet balances and transactions?

You can retrieve Solana on-chain data by running a Python script that authenticates with a SOLSCAN_API_KEY in the HTTP header to query the Solscan Pro API for wallet balances and transactions.

What type of Solana blockchain data can I retrieve using the Solscan Pro API?

Using the Solscan Pro API, you can retrieve Solana blockchain data covering wallet details, token prices, NFT collections, transactions, blocks, markets, and program metadata for on-chain activity profiling.

Do I need an API key to fetch Solana token prices and NFT data?

Yes, fetching Solana token prices and NFT collection data requires a SOLSCAN_API_KEY passed in the HTTP header to authenticate requests against the Solscan Pro API.

Can I use Python to monitor Solana market activity and program metadata?

Yes, you can use Python with the requests dependency to monitor Solana market activity and program metadata by sending authenticated requests to the Solscan Pro API and returning structured results.

What's the best way to analyze Solana NFT collections and DeFi activity programmatically?

The best way to analyze Solana NFT collections and DeFi activity programmatically is running a Python script that queries the Solscan Pro API to retrieve and return structured on-chain analytics data.

Why does my Solscan API request for Solana blockchain data return an authentication error?

Your Solscan API request returns an authentication error when the SOLSCAN_API_KEY is missing or incorrectly formatted in the HTTP header while querying the pro-api.solscan.io base URL.