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 |
|---|---|---|---|
| Shred Delivery | HFT, MEV, arbitrage — pre-execution data | All plans (paid add-on) | Earliest possible |
| LaserStream gRPC | Mission-critical, backend services | All plans (Devnet), Business+ (Mainnet) | Fastest |
| LaserStream WebSocket | Most apps, real-time UIs, broad compatibility. | Free+ (Helius extensions: Developer+) | Fast |
| Webhooks | Server notifications, event-driven apps | Free+ | Variable |
Option 1: LaserStream gRPC
Most reliable option with 24-hour historical replay and multi-node failover. Best for mission-critical backends and indexers.LaserStream Guide
Complete LaserStream documentation with historical replay
Get Started
Enable LaserStream from your Helius Dashboard and start streaming.
Option 2: LaserStream WebSocket
LaserStream WebSocket serves the standard Solana subscription methods and Helius extensions liketransactionSubscribe on a single unified endpoint. Perfect for browser/UI clients and broad ecosystem compatibility.
YOUR_API_KEY with your key from dashboard.helius.dev.
LaserStream WebSocket Overview
All subscription methods (standard Solana + Helius extensions) with parameter reference and examples
Option 3: Webhooks
For server-side applications that need event notifications without holding a persistent connection.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