Geyser gRPC Streaming

Information regarding our Geyser GRPC streaming service.

Overview

We use Yellowstone Dragon's Mouth gRPC geyser plugin for our GRPC service. This has proved to be the fastest and most reliable Geyser plugin that we have tested. It is regularly updated and has caused no major issues thus far. Thank you Triton for making this open source and continuing to maintain it! The gRPC proto can be found here.

Tiers

gRPC tiers are differentiated by how many concurrent gRPC streams you can have active at any given time. Each gRPC connection allows you to "subscribe" to events of a specific Solana program with filters. You can have multiple subscriptions on a single connection. It is recommended to split high bandwidth requesting subscriptions across multiple connections for better spreading out the load.

Pricing

Tier
Connections
1 Day
1 Week
1 Month

Basic

5

$15

$40

$100

Ultra

10

N/A

N/A

$200

Elite

15

N/A

N/A

$300

We recommend pairing gRPC services with a VPS from our cloud services. Latency and throughput plays a huge role in how fast gRPC can stream updates without lag. See here for a more detailed explanation.

Last updated