πStandard Websockets
Stream real-time data directly to your applications with our websocket integration.
What are Websockets?
Websockets allow for two-way communication between a client and a server. Unlike traditional request-response models, Websockets keep a persistent connection open, enabling real-time data exchange. This is perfect for applications that require instant updates like chat apps, online games, trading bots, and marketplaces.
Why Use Helius Websockets?
Direct Streaming: No more polling or periodic checks. Get data directly when changes happen.
Seamless Integration: Easily integrate our websockets into your application at any layer. Websockets can be used directly in your frontend!
Cost-Effective: Reduce the overhead and expenses that come with frequently polling data.
Built on top of Geyser: Instantly react to live on-chain data changes by getting a direct feed into Geyser data. Read more about Geyser here.
Infinite Implementations: Create wallet trackers, program monitoring tools or anything else that requires or benefits from live on-chain data. View some examples here.
Standard Websockets
Helius supports all stable Solana Websockets. You can find a list of all these Websockets in the Solana documentation. You can use these with your Helius WSS URL:.
Mainnet: wss://mainnet.helius-rpc.com/?api-key=<YOUR_API_KEY>
Devnet: wss://devnet.helius-rpc.com/?api-key=<YOUR_API_KEY>
Last updated