Live benchmarks

Performance, measured — not marketed.

Read latency and burst reliability of the nodius Solana RPC versus the public Solana RPC, measured from the same vantage point against live production. No staging numbers, no cherry-picked windows.

Last measured: 2026-08-01 · Vantage: EU · Target: mainnet-beta production

Burst reliability: 50 concurrent workers

50 concurrent workers each firing 10 getSlot calls (500 total). This is the test that decides whether your bot survives a volatility spike.

500 / 500
Nodius — requests succeeded
0 rate-limited · 0 errors
0 / 500
Public Solana RPC — requests succeeded
500 rate-limited (HTTP 429)
100%
Nodius success rate under burst
Prepaid credits = funded calls go through
Nodius
500 ok
Public RPC
500 × 429
Why this is the number that matters. The public endpoint rate-limits by design — there is no way to pay for more capacity. Under any real concurrency it returns 429 Too Many Requests. Nodius bills per call from a prepaid USDC balance, so a funded account's calls complete under burst instead of being throttled. For an autonomous strategy, that is the difference between executing and missing the trade.

Read latency

Warm single-call latency, p50 / p99, from the same EU vantage. Lower is better. Both endpoints are fast on cheap reads; the difference is consistency under load (above).

MethodNodius p50Nodius p99Public RPC p50Public RPC p99
getSlot17 ms14 ms
getHealth19 ms49 ms109 ms
getLatestBlockhash18 ms48 ms91 ms
getBalance16 msrate-limited during measurement
getAccountInfo17 msrate-limited during measurement

Nodius latency is single-digit-to-low-tens of milliseconds from an EU vantage because requests terminate on bare metal in Frankfurt, not a distant shared pool. Where the public RPC could be measured gently (sequential, no concurrency), its warm latency was materially higher; under any concurrency it rate-limited before latency could be measured at all.

Methodology

How these numbers were produced, so you can reproduce them.

· Target: live mainnet-beta production — https://rpc.nodius.xyz vs https://api.mainnet-beta.solana.com.

· Vantage: a single EU-based host, same network path for both endpoints, measured back-to-back in the same window.

· Latency: 3 warmup calls then 40 timed calls per method; p50/p99 of successful calls. Public-RPC latency was re-measured at a gentle sequential rate to avoid its rate limiter where possible.

· Burst: 50 concurrent worker threads × 10 getSlot calls each; success vs HTTP 429 counted across all 500 requests.

· Honesty: fields marked "rate-limited during measurement" are exactly that — the public endpoint throttled the measurement, which is itself the finding. No figures are interpolated or estimated.

· These are point-in-time measurements from one vantage. Latency varies with your location and load; the burst result is the structural difference, not a transient.

Run it yourself.

No signup, no card. A funded Solana wallet is the account — deposit USDC and make your first call in about a minute.

Get started