helius-api

Access Solana blockchain data via Helius RPC, DAS API, and webhooks.

266|54|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/agiprolabs/claude-trading-skills --skill helius-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: helius-api
Source: https://github.com/agiprolabs/claude-trading-skills/tree/main/skills/helius-api
Command: npx skills add https://github.com/agiprolabs/claude-trading-skills --skill helius-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires httpx, python-dotenv, and includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill provides enhanced access to Solana blockchain data beyond standard RPC, offering parsed transaction history, a unified Digital Asset Standard (DAS) API, real-time webhooks, and priority fee estimation.

Core Features & Use Cases

  • DAS API: Query comprehensive metadata for fungible tokens, NFTs, and compressed NFTs.
  • Enhanced Transactions: Get human-readable, categorized transaction data (swaps, transfers, NFT sales, etc.).
  • Webhooks: Receive real-time on-chain event notifications without polling.
  • Priority Fees: Estimate optimal fees for faster transaction inclusion.
  • Use Case: Analyze a wallet's complete token holdings, track specific token transfers in real-time, or understand the details of complex DeFi swaps.

Quick Start

Use the helius-api skill to get all assets for the wallet address 'YourWalletAddress'.

Frequently Asked Questions about helius-api

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

FAQPage Schema
How do I get parsed Solana transaction history for a wallet?

You can retrieve parsed Solana transaction history through the helius-api Skill, which transforms raw on-chain data into human-readable, categorized events like swaps and NFT sales for any specified wallet address.

What is the DAS API and how does it query Solana NFT metadata?

The DAS API is a unified Digital Asset Standard for querying comprehensive Solana metadata across fungible tokens, NFTs, and compressed NFTs, allowing you to retrieve detailed asset information through a single interface.

How do I set up webhooks for real-time Solana blockchain event monitoring?

To set up webhooks for real-time Solana event monitoring, the helius-api Skill manages webhook configurations that deliver instant on-chain event notifications, eliminating the need for continuous RPC polling.

Can I estimate priority fees for faster Solana transaction inclusion?

Yes, you can estimate priority fees for faster Solana transaction inclusion using the helius-api Skill, which facilitates accurate fee estimation to help prioritize transactions during network congestion.

Does this Solana RPC API handle rate limits and credit-based pricing?

Yes, the helius-api Skill integrates with Helius's credit-based pricing model and handles rate limits for various API calls including asset metadata retrieval and transaction history parsing to ensure compliant data access.

What dependencies do I need to run scripts for Solana on-chain analysis?

To run scripts for Solana on-chain analysis, you need the httpx and python-dotenv dependencies installed, which handle asynchronous HTTP requests and environment variable management for API authentication.