4ms slot lag · AMS / FRA— status →

Solana gRPC + RPC.
Flat $99/mo, no credits.

Yellowstone-compatible filtered gRPC streams plus full JSON-RPC on one API key. Same Solana infrastructure as Helius and QuickNode, flat-priced instead of credit-metered. Pre-parsed JSON cuts 15–30ms off your decision loop.

Yellowstone (Dragon's Mouth) compatible·Pre-parsed Pump.fun · Raydium · Jupiter·No credit metering·Jito bundles

// gRPC pricing — April 2026

Cheapest Solana Yellowstone gRPC,
with no credit metering.

Public starting tiers for plans that include Solana Yellowstone-style gRPC. All four providers ship the same wire protocol; we deliver pre-parsed JSON and price per month, not per request.

SubglowHeliusQuickNodeChainstack
Starting gRPC price$99/mo~$499/mo (Laserstream tier)~$299–499/mo (gRPC add-on)~$300+/mo (Growth + add-on)
Billing modelFlat monthly, no creditsCredit-meteredCredit-meteredCredit-metered
Pre-parsed JSON outputYesRaw protobufRaw protobufRaw protobuf
JSON-RPC bundledSame API keySeparate plan/bucketSeparate add-on tierSeparate plan
Free trial100 req/day, no cardLimited creditsLimited creditsDeveloper tier (no gRPC)

Pricing reflects publicly listed starting tiers as of April 2026. See the deep dives: vs Helius · vs QuickNode · vs Chainstack · vs Triton.

Server-side
filtering

Only matching transactions leave our infra. Your bot never sees spam, failed txns, or programs you didn't subscribe to.

Pre-parsed
JSON

Borsh deserialization and Protobuf decoding happen on our side. You get structured fields ready for trading logic — saves 15–30ms.

Flat pricing,
no surprises

10M tx or 100M tx in a month, the bill stays the same. No credits, no overages, no throttling when a Pump.fun spike eats your allocation.

// Integration

5 lines to filtered alpha.

Standard Yellowstone client. Point it at our endpoint, send your API key, choose your filters. Rust, Node.js, Python, Go all supported.

connect.js
const Client = require("@triton-one/yellowstone-grpc");
const client = new Client(
"https://grpc.subglow.io",
undefined, { "x-api-key": "YOUR_KEY" }
);
const stream = await client.subscribe();
stream.on("data", (tx) => {
console.log(tx.parsed);
});
sample output — pump.fun buy event
{
"program": "pump_fun",
"type": "buy",
"token": "7xKXtg2C…osgAsU",
"sol_amount": 2.45,
"bonding_curve_pct": 34.2,
"slot": 284391204,
"slot_lag_ms": 4
}

// Pricing

Pick a tier. Pay monthly. Done.

Sniper
$99/mo

Solo traders, single-bot setups

  • Pump.fun + Raydium + Jupiter gRPC
  • Pre-parsed JSON output
  • 50k JSON-RPC requests/day bundled
  • 2k sendTransaction/day
  • 2 concurrent gRPC streams
  • WebSocket fallback included
Get started
Most popular
Pro
$249/mo

Multi-bot teams, MEV operations

  • Everything in Sniper
  • 500k JSON-RPC requests/day
  • 20k sendTransaction/day
  • Zero rate limits, full-speed delivery
  • 10 concurrent gRPC streams
  • Custom Program ID filters
  • Shred-aware filtering
Get started
Dedicated
Custom

Private endpoint, colocated, SLA

  • Everything in Pro
  • Unlimited RPC + gRPC + sendTransaction
  • Archival JSON-RPC included
  • Private endpoint, AMS / FRA / NY4
  • 99.9% latency SLA
  • Direct Telegram channel with eng
Talk to us

All plans bundle gRPC + JSON-RPC on the same key. Free trial available — no credit card.

// Performance

gRPC vs WebSocket
vs JSON-RPC.

As Solana finality drops toward 150ms with Alpenglow, every millisecond of your execution pipeline matters. Protocol speed is only half the story — Borsh and Protobuf parsing add 15–30ms most benchmarks ignore.

We do that work on our side. Your bot's decision loop starts the instant the message lands.

Read the deep dive →
JSON-RPCWebSocketSubglow gRPC
Slot-to-data~800ms~200ms< 10ms
Parse overhead15–30ms15–30ms0ms (pre-parsed)
FilteringNoneClient-sideServer-side
FormatJSONJSONParsed JSON
CPU on your botHighHighMinimal
Missed slotsCommonPossibleZero
BackpressureNoneNoneBuilt-in

// We trade on our own infra

Non-custodial Solana
copy trading — built on the same gRPC.

We dogfooded the infrastructure above and built our own copy trader on top of it. Mirror the top Solana wallets with sub-second execution. Your keys, your SOL, exportable anytime. 0.2% flat per trade — no subscription, no spread mark-up.

  • Non-custodial wallet, exportable seed phrase
  • 200–400ms slot-to-bundle on Jito
  • Per-trade size caps, anti-rug filters, TP/SL
  • Public leaderboard refreshed every ~5 min
Top Solana traders · 24h
kolscan.io
1
2
3
4
5
Loading live leaderboard…

// Free tools

Free for any Solana developer.

Built on the same infrastructure. No signup required.

Stop paying for credits you can't predict.

$99/mo flat. Yellowstone-compatible filtered gRPC, JSON-RPC, and a dedicated sendTransaction bucket on one API key. Free trial — no credit card.