Solana RPC pricing in 2026: 5 main billing systems deciphered

Written by:

Olha Diachuk

10

min read

Date:

August 11, 2026

Updated on:

August 12, 2026

A $49 Solana RPC plan from one provider is not equivalent to a $49 plan from another. Helius uses credits, QuickNode—API Credits, Alchemy operates method-weighted Compute Units, Chainstack—Request Units, and RPC Fast combines Compute Units with plan-level limits.

That makes headline prices poor predictors of your actual Solana RPC cost. The useful comparison is: take the same workload, apply each provider's documented billing rules, find the lowest plan that supports it, then calculate the monthly bill.

This comparison does exactly that for five providers and three workloads. Prices and billing rules were checked on August 7, 2026. Monthly list pricing is used; annual discounts and temporary promotions are excluded.

TL;DR

  • 1M billing units rarely means 1M requests. A standard Solana request costs 1 CU on RPC Fast, 1 credit on Helius, 30 API Credits on QuickNode, and 10–20+ CU for many common Alchemy methods. Chainstack generally bills a current-state Solana request at 1 RU.
  • A sustained 10 RPS bot sends 25.92M requests/month. Under the workload defined below, the calculated bills range from $114.60 to $432.46/month.
  • Streaming changes the economics again. For our 500 GB/month Yellowstone scenario, calculated public pricing ranges from $84.16 to $499/month because some providers meter bytes while others bundle streams into plans.
  • getProgramAccounts exposes the biggest pricing-model difference. 2.592M calls/month becomes 25.92M RPC Fast CU, 25.92M Helius credits, 77.76M QuickNode credits, 51.84M Alchemy CU, or 2.592M Chainstack RU.
  • Dedicated infrastructure starts making economic sense only after you compare the full SaaS bill, not the base plan price.

Want to test the workload before doing the spreadsheet yourself? RPC Fast Start provides 1.5M monthly credits and 15 RPS at $0, with self-service signup.

Launch RPC Fast

Solana RPC pricing compared: What the plans really include

If you search for free Solana RPC, quota size alone is misleading. Method weights, RPS ceilings, stream billing, and product gates all determine how far the free allocation goes.

Provider Billing model What the free tier really provides Paid entry Important multiplier or product gate
RPC Fast Compute Units + plan limits 1.5M CU, 15 RPS: roughly 1.5M standard calls. getProgramAccounts and other heavy methods excluded. Focus: $45/month Standard RPC = 1 CU; getProgramAccounts = 10 CU. Yellowstone starts at Stream, $249 list; paid bandwidth is unmetered.
Helius Credits 1M credits, 10 RPS: roughly 1M standard calls or 100k getProgramAccounts calls. Developer: $49/mo. Standard RPC = 1 credit; getProgramAccounts = 10; WSS and LaserStream gRPC = 2 credits/0.1 MB. Mainnet gRPC requires Business, $499/mo.
QuickNode API Credits One-month trial: 10M credits, 15 RPS. At 30 credits per standard Solana call, that is ~333k calls. Build: $49/mo monthly. Standard Solana RPC = 30 credits. WebSocket = 15 credits/0.1 MB; gRPC = 10 credits/0.1 MB and is bundled from Scale, $499/mo.
Alchemy Compute Units + bandwidth 30M CU, 25 RPS: 3M 10-CU calls or 1.5M 20-CU calls. PAYG: no upfront commitment; $0.45/1M CU through 300M, then $0.40/1M. Solana method costs vary: getBalance 10 CU; getLatestBlockhash, simulateTransaction, sendTransaction, and getProgramAccounts 20 CU. gRPC = $75/TB.
Chainstack Request Units + add-ons 3M RU. Solana-specific mainnet throughput is 5 RPS, and getProgramAccounts is unavailable on Developer. Growth: $49/mo. Current-state Solana calls are generally 1 RU; archive reads are 2 RU. Yellowstone starts as a $49/mo add-on with two streams.

RPC Fast currently displays promotional $36/$199/$399 prices beside its $45/$249/$499 monthly list prices. We use the list prices below so a temporary campaign does not distort the comparison. 

Why 1 million credits does not mean 1 million Solana requests

Take the exact same getProgramAccounts call:

These numbers are not equivalent currencies. Each provider prices its unit differently and attaches different plan restrictions to the method. That is why comparing "$ per million credits" produces the wrong answer.

Helius also offers getProgramAccountsV2 at 1 credit, but that is a separate paginated API. The calculations below deliberately use the standard Solana getProgramAccounts method so the workload stays identical.

What you actually pay: three Solana workloads

Calculation methodology

Every scenario uses:

  • 30 days = 2,592,000 seconds.
  • Mainnet.
  • Traffic runs continuously unless stated otherwise.
  • Monthly list prices.
  • The cheapest public self-service plan that satisfies method access, RPS, and stream requirements.
  • Published overage rates where applicable.
  • No enterprise discount.
  • No Solana base fees, priority fees, Jito tips, or sender-specific transaction charges.

For Alchemy PAYG, we do not subtract the 30M-CU free allowance. Free and PAYG are separate plans in the pricing table.

Scenario 1: Simple Solana bot at sustained 10 RPS

10 RPS × 2,592,000 seconds = 25.92M requests/month.

Assume:

  • 40% getLatestBlockhash
  • 30% getSignatureStatuses
  • 10% simulateTransaction
  • 10% sendTransaction
  • 10% getBalance
Provider Calculation Monthly bill
RPC Fast 25.92M × 1 CU. Focus: $45 + 13.92M overage × $5/M $114.60
Helius 25.92M × 1 credit. Developer: $49 + 15.92M × $5/M $128.60
Chainstack 25.92M × 1 RU. Growth: $49 + 5.92M × $15/M $137.80
Alchemy Weighted average = 19 CU/request → 492.48M CU. 300M × $0.45/M + 192.48M × $0.40/M $211.99
QuickNode 25.92M × 30 = 777.6M credits. Accelerate: $249 + 327.6M × $0.56/M $432.46

The result is specific to this method mix. Change getBalance to getLargestAccounts, increase simulation frequency, or move reads into a stream, and the ranking changes.

Scenario 2: Sniper with Yellowstone gRPC

Assume:

  • 2 continuous mainnet Yellowstone streams
  • 500 GB delivered/month
  • Supporting JSON-RPC at 2 RPS
  • Supporting calls split 50/50 between getLatestBlockhash and getSignatureStatuses

Supporting RPC traffic equals 5.184M calls/month. For bandwidth-priced services, 500 GB is treated as 0.5 TB / 500,000 MB.

Provider Calculation Monthly bill
Alchemy 5.184M × 20 CU = 103.68M CU = $46.66; 0.5 TB gRPC × $75 = $37.50 $84.16
Chainstack Growth $49 + two-stream Yellowstone add-on $49; 5.184M RU fits included quota $98.00
RPC Fast Stream $249 includes up to 10 Yellowstone streams, 60M CU, unlimited bandwidth $249.00
Helius Business required for mainnet LaserStream; 500 GB consumes 10M credits + 5.184M RPC credits, inside 100M $499.00
QuickNode Scale includes gRPC; 500 GB = 50M credits + 155.52M RPC credits, inside 950M $499.00

This comparison is about billing, not stream performance. Filter support, slot freshness, replay, geographic locality, transaction coverage, and p95/p99 delivery still need benchmarking against your strategy.

Scenario 3: Dashboard polling getProgramAccounts once per second

1 request/s × 2,592,000 seconds = 2.592M getProgramAccounts calls/month.

This polling pattern is often worth replacing with streaming plus a local state cache. We model it because it exposes the cost of heavy-method billing.

Provider Calculation Monthly bill
Alchemy 2.592M × 20 CU = 51.84M CU × $0.45/M $23.33
QuickNode 2.592M × 30 = 77.76M credits; fits Build's 80M $49.00
Chainstack Method requires paid plan; 2.592M RU fits Growth $49.00
RPC Fast 2.592M × 10 = 25.92M CU; Focus $45 + 13.92M × $5/M $114.60
Helius 2.592M × 10 = 25.92M credits; Developer $49 + 15.92M × $5/M $128.60

The operational lesson is more important than the ranking: broad polling makes both your bill and node load scale with polling frequency. For live state, stream once, maintain local state, and reserve getProgramAccounts for initialization or reconciliation where the application architecture permits it.

The costs headline pricing does not show

Five items deserve attention before choosing a provider:

  • Method weighting. One HTTP request is not one billing unit.
  • RPS limits. A large monthly allowance is useless if your workload exceeds the plan's real-time ceiling.
  • Stream bytes. With metered gRPC or WebSocket products, broader filters directly increase spend.
  • Product gates. Mainnet Yellowstone, heavy methods, and archive access often start above the cheapest paid tier.
  • Overage economics. The cheapest base plan is not always the cheapest plan after sustained traffic.

For production bots, add one more metric: cost per successfully landed transaction, not cost per RPC request. RPC spend, priority fees, tips, failed simulations, expired blockhashes, and retry storms affect different parts of that number.

When SaaS RPC becomes more expensive than a dedicated Solana node

There is no universal request count where dedicated infrastructure wins. Hardware requirements change with indexing, plugins, geography, HA design, and method profile.

RPC Fast does provide enough public pricing to calculate two useful break-even points.

Its Aperture SaaS plan lists $499/month with 120M CU and $5 per additional 1M CU. A Light dedicated node starts at $2,200/month, excludes heavy methods, and includes 512 GB RAM.

For ordinary 1-CU RPC traffic:

  • $499 + (X − 120M) × $5/M = $2,200
  • X = 460.2M CU/month, or about 177.5 sustained RPS.

For getProgramAccounts, Light is not a valid comparison because it excludes the method. Medium supports getProgramAccounts and starts at $2,700/month.

  • $499 + (X − 120M) × $5/M = $2,700
  • X = 560.2M CU = 56.02M getProgramAccounts calls/month, or about 21.6 sustained calls/s.

These are list-price break-even calculations, not migration thresholds. Dedicated infrastructure also changes isolation, tuning, plugin access, operational responsibility, latency variance, and failure design.

Which Solana RPC pricing model fits your workload?

Workload Pricing model worth shortlisting
Development and low traffic Permanent free tier with enough method access
Bursty, unpredictable RPC PAYG
Predictable high request volume Low per-request multiplier or flat-rate capacity
Heavy getProgramAccounts usage Low heavy-method multiplier plus adequate indexing
High-volume gRPC Per-TB pricing or bundled unlimited-bandwidth streams
Solana trading stack Tier bundling RPC, streams, and execution infrastructure
Sustained high load or custom plugins Dedicated node

Helius is worth evaluating when Solana-specific APIs, LaserStream, Sender, or Shred Delivery matter alongside RPC. QuickNode fits teams standardizing infrastructure across many chains and offers a separate flat-rate RPS model. Alchemy's PAYG and per-TB gRPC model fits workloads where consumption maps cleanly to usage. Chainstack keeps standard Solana request accounting simple and sells Yellowstone as a fixed add-on. RPC Fast packages Yellowstone into Stream and adds Aperture, Shredstream, Beam, and a direct path to managed dedicated infrastructure at higher tiers.

The cheapest option changes with method mix, RPS, stream volume, and architecture.

Final recommendation: Price your workload, not the plan card

Solana RPC pricing becomes understandable once you reduce it to four inputs:

requests/month × method weight + stream volume + required feature tier + overage.

Run that calculation before comparing $49, $249, or $499 plan cards. Then benchmark latency, freshness, failure rate, and transaction landing on the providers that survive the cost filter.

Start your Solana RPC pricing investigation with RPC Fast

Launch RPC Fast
Table of Content

The fastest Solana RPC for MEV, HFT, and AI agents

Private nodes with gRPC, raw streams, and sub-ms latency.

Test for free
More articles

Guide

All

Written by:

Olha Diachuk

Date:

13 Aug 26

12

min read

Infrastructure

All

Written by:

Maksym Bogdan

Date:

11 Aug 26

12

min read

We use cookies to personalize your experience