// Guides
Solana gRPC Guides & Tutorials
Implementation guides for Solana traders and bot builders. Copy-paste code, real benchmarks, and architecture patterns that work in production.

Why sendTransaction Needs Its Own Quota Bucket on Solana (And What Happens When It Doesn't)
During a market spike your scanner's read path and your submit path share the same credit pool. The scanner wins, the submit path returns 429, and you watch the opportunity pass. Here's why Subglow isolates sendTransaction in its own daily bucket and what that buys you.

Why Archival JSON-RPC Methods Are Dedicated-Only on Subglow (And the Full Allowlist)
Not every JSON-RPC method is equal. A single unfiltered getProgramAccounts scan can silently degrade every other customer's p50. Here's the full Subglow method allowlist, which methods are gated, and the concrete reasoning behind the policy.

Migrating From Helius to Subglow JSON-RPC: A One-URL-Change Walkthrough
If you're already running against a Helius JSON-RPC endpoint on Solana, switching to Subglow is a URL change. Here's the concrete migration: headers, auth, method compatibility, what's on parity, and what to test before you flip traffic.

Flat JSON-RPC Pricing vs Credit Metering: The Hidden Cost of "Compute Units" on Solana
Every major Solana RPC provider prices through credit or compute-unit metering, where methods have different weights and your bill scales with market volatility. Here's the math on why flat daily caps are predictable — and where credit metering quietly overcharges.

Pump.fun Graduation Detection: Catching the Raydium Migration in Real Time
Every profitable Pump.fun token eventually graduates to Raydium. This guide explains how the migration fires on-chain, how to detect it via gRPC, and how to handle the 30-second window when liquidity moves.

Why Subglow Bundles JSON-RPC With gRPC (And Why sendTransaction Lives In Its Own Bucket)
Subglow used to be a gRPC specialist. After the first wave of customer feedback, we added a flat-priced JSON-RPC endpoint on the same API key and a dedicated sendTransaction bucket. Here's the product reasoning — and what it means for your bill.

A Latency Budget for a Profitable Solana Copy-Trading Bot (Slot → Bundle in 400ms)
Where milliseconds actually go in a Solana copy-trade bot, stage by stage. A concrete latency budget with measured p50/p99 numbers for gRPC ingest, strategy eval, signing, and Jito submission.

How We Run a Solana gRPC Business at $99/mo Flat (With Real Numbers)
Why Subglow prices flat instead of credit-metered, and what it actually costs us per customer. A transparent post on the unit economics of filtered Yellowstone gRPC at $99–$249/mo.

How Subglow's Copy Trader Works: Non-Custodial Mirror Trading on Solana (2026)
A deep dive into the architecture of Subglow's non-custodial Solana copy trader — how we detect KOL trades on gRPC, stay non-custodial with on-browser private keys, and hit sub-400ms slot-to-signed-bundle latency.

Solana gRPC Python Tutorial — Stream Blockchain Data with Yellowstone (2026)
Complete Python tutorial for connecting to Solana Yellowstone gRPC. Install grpcio, generate protobuf stubs, subscribe to transactions, and stream real-time data with full code examples.

Yellowstone gRPC Filters Explained: The Complete Reference (2026)
Master Yellowstone gRPC filters — account subscriptions, transaction filters, memcmp, commitment levels, and how filters combine. With practical examples for sniper bots, copy traders, and arbitrage scanners.

Yellowstone gRPC Tutorial: Connect, Subscribe & Stream Solana Data (2026)
Complete step-by-step tutorial for Yellowstone gRPC. Learn how to connect to a Yellowstone endpoint, subscribe to accounts and transactions, handle reconnection, and stream real-time Solana data using Node.js and Rust.

Best Solana gRPC Providers 2026 — 5 Yellowstone Endpoints Ranked
5 Solana gRPC providers ranked for 2026: Helius Laserstream (~$499/mo), QuickNode (~$299–499/mo), Chainstack (~$300+/mo), Solana Tracker (~$247/mo), Subglow ($99/mo flat, no credits). Yellowstone compatibility, output format, and migration paths compared.

What Is Solana Geyser? The Plugin Framework That Powers Real-Time Data
Plain-English guide to the Solana Geyser plugin framework. How it works, what plugins exist (Yellowstone gRPC, Kafka, PostgreSQL), and why it's the backbone of every serious Solana trading bot.

Raydium vs Orca: Which Solana DEX to Monitor for Trading Bots (2026)
An objective comparison of Raydium and Orca for Solana trading bot builders. Covers liquidity, volume, AMM mechanics, gRPC data availability, and which events matter for automated trading.

Solana MEV Protection: How to Stop Getting Front-Run (2026 Guide)
Practical strategies for protecting your Solana trades from MEV bots and sandwich attacks. Covers Jito bundles, priority fees, timing, and how faster data gives you a structural edge.

How to Detect New Solana Token Launches Instantly (2026)
Three methods for detecting new Solana token launches in real-time: RPC polling, WebSocket subscriptions, and filtered gRPC streams. Benchmarks, code examples, and trade-offs.

How to Build a Solana Copy Trading Bot with gRPC (Step-by-Step)
Complete tutorial for building a Solana copy trading bot. Track whale wallets, mirror Pump.fun entries, and replicate Jupiter swaps using filtered gRPC streams.

Firedancer and Solana gRPC — What Changes for Bot Developers
Firedancer is rewriting Solana's validator from scratch in C. Here's what that means for gRPC consumers, latency, and why your bot code may not need to change at all.

What Is Yellowstone gRPC? The Complete Solana Developer Guide (2026)
A plain-English explainer of Yellowstone gRPC — what it is, how it works, when to use it vs JSON-RPC or WebSockets, and how filtered gRPC layers like Subglow reduce the complexity.

How to Build a Solana Sniper Bot with Filtered gRPC
End-to-end guide to building a Solana sniper bot using Subglow filtered gRPC. Covers architecture, token detection, safety checks, execution, and risk management.

Subglow vs Helius vs QuickNode: Solana Data Providers Compared
Honest comparison of Solana data infrastructure options. Where Subglow's filtered gRPC excels vs Helius Enhanced API and QuickNode Streams for trading bot use cases.

How to Filter Jupiter Swap Events with Filtered gRPC
Complete guide to receiving real-time Jupiter v6 swap data via Subglow filtered gRPC. Covers aggregated routes, DCA executions, limit orders, and building a Jupiter swap monitor.

Parsing Pump.fun Bonding Curves via gRPC in < 5ms
Step-by-step guide to filtering Pump.fun token launches, buy/sell events, and migration triggers using Subglow filtered gRPC. Includes Rust and Node.js examples.

gRPC vs WebSocket for Solana Data in the Alpenglow Era
Benchmark comparison of gRPC (Yellowstone) vs WebSocket (RPC) for real-time Solana data. Latency, throughput, and cost analysis with Alpenglow finality implications.

Real-Time Raydium Liquidity Events with Filtered gRPC
Monitor Raydium v5 pool creation, liquidity additions, and removal events in real-time using Subglow filtered gRPC. Includes pool sniping patterns and Node.js implementation.
Stay ahead of the curve
Get Solana gRPC guides, infrastructure tips, and product updates delivered to your inbox. No spam — unsubscribe anytime.