Skip to main content
Complete method reference for the Helius TypeScript SDK. For installation and getting started, see the TypeScript SDK overview.

Standard Solana RPC

All standard Solana RPC methods are available directly on helius.* via a proxy to the underlying @solana/kit Rpc client:
The helius.raw property exposes the same Rpc client explicitly, useful when passing to third-party libraries that expect a standard Rpc object.

DAS API (Digital Asset Standard)

Query NFTs, compressed NFTs, fungible tokens, and other digital assets with a unified interface.

RPC V2 Methods

Enhanced RPC methods with server-side pagination, filtering, and token account support.

Transactions

Build and send optimized transactions with automatic compute unit estimation and priority fees.

Enhanced Transactions

Parse raw transactions into human-readable, labeled formats.

Webhooks

Create and manage real-time HTTP POST notifications for on-chain events.

WebSockets

Stream real-time blockchain data over WebSocket connections.

Staking

Stake SOL to the Helius validator and manage stake accounts.

Wallet API

Query wallet balances, transaction history, transfers, and identity information via REST endpoints.

ZK Compression

Work with compressed accounts and tokens for 98% cheaper on-chain storage.