Purchasing LaserStream
Why is LaserStream better than a dedicated gRPC node?
Why is LaserStream better than a dedicated gRPC node?
What are the LaserStream Plus add-ons and how much do they cost?
What are the LaserStream Plus add-ons and how much do they cost?
What Solana data streaming product offers the lowest latency data streams?
What Solana data streaming product offers the lowest latency data streams?
Does Helius offer a shred streaming product like Jito's ShreadStream?
Does Helius offer a shred streaming product like Jito's ShreadStream?
- Shred Delivery: Raw, unprocessed shreds with the absolute lowest latency. Currently in beta with white glove provisioning. Requires custom deshredding logic.
- LaserStream: Processed data with commitment-level guarantees, historical replay, and developer-friendly SDKs for production applications.
What are LaserStream's practical filter limits?
What are LaserStream's practical filter limits?
Using LaserStream
Is LaserStream compatible with Yellowstone clients?
Is LaserStream compatible with Yellowstone clients?
Where do I find LaserStream bandwidth metrics?
Where do I find LaserStream bandwidth metrics?
Is it possible to get data earlier than the processed commitment level?
Is it possible to get data earlier than the processed commitment level?
Can I subscribe to multiple data types in one LaserStream request (e.g., accounts and transactions)?
Can I subscribe to multiple data types in one LaserStream request (e.g., accounts and transactions)?
SubscribeRequest. Add separate filter configs (such as accounts and transactions) to receive both account updates and transaction data in one stream.Order of Messages
Does LaserStream guarantee the order in which messages are sent?
Does LaserStream guarantee the order in which messages are sent?
Does LaserStream stream accounts in the order that they're written to?
Does LaserStream stream accounts in the order that they're written to?
How do I stream LaserStream transactions in order?
How do I stream LaserStream transactions in order?
- Buffer messages on the client side
- Extract the
slotandindexfields included in each message - Sort the transactions based on these fields
slot field indicates which slot a transaction belongs to, and the index field indicates its position within that slot. By using both, you can reconstruct the order.Troubleshooting LaserStream
Why is my LaserStream connection experiencing lag or slow performance?
Why is my LaserStream connection experiencing lag or slow performance?
How do I check my LaserStream connection for errors?
How do I check my LaserStream connection for errors?
Why aren't my LaserStream filters working as expected?
Why aren't my LaserStream filters working as expected?
AND/OR logic. Filters are evaluated as described in the docs.Why does LaserStream send an empty event every 15 seconds?
Why does LaserStream send an empty event every 15 seconds?