Quick Setup
Get streaming Solana data in minutes with working code examples. Choose your approach based on your needs:Method | Best For | Plan Required | Latency |
---|---|---|---|
LaserStream gRPC | Mission-critical, backend services | Developer+ (Devnet), Professional+ (Mainnet) | Fastest |
Enhanced WebSockets | Advanced filtering, high-performance apps | Business+ | Fast |
Standard WebSockets | Most applications, existing Solana code | Free+ | Good |
Webhooks | Server notifications, event-driven apps | Free+ | Variable |
Option 1: Standard WebSockets
Perfect for most use cases and compatible with existing Solana WebSocket code.YOUR_API_KEY
with your key from dashboard.helius.dev
Standard WebSockets Guide
Complete reference with all subscription methods and examples
Option 2: Enhanced WebSockets
For applications needing advanced filtering and faster performance.Enhanced WebSockets Guide
Learn advanced filtering and subscription options
Option 3: LaserStream gRPC
Most reliable option with historical replay and multi-node failover.LaserStream Guide
Complete LaserStream documentation with historical replay
Option 4: Webhooks
For server-side applications that need event notifications.Webhooks Guide
Complete webhook setup and event handling
Common Use Cases
Monitor Token TransfersNext Steps
Streaming Overview
Learn about all streaming options and when to use each
API Reference
Complete method documentation and parameters