Hyperion

The only Solana RPC that serves the methods others block.

Hyperion is our in-memory account-indexing engine, fed by Yellowstone gRPC. Account queries the rest of the market gates, rejects, or runs in seconds. Hyperion serves them in under a millisecond.

Included on every paid SVS RPC tier.

0.5 ms
getTokenAccountsByOwner
251×
vs leading provider
16,106×
getSupply speedup
8+
methods served

Mainnet benchmarks

Measured against the same JSON-RPC method calls on a leading provider, on Solana mainnet, April 2026. Same payload, same network conditions, same account-set inputs. Reproducible. Full methodology in the docs.

MethodHyperionLeading providerSpeedup
getTokenAccountsByOwner0.5 ms137 ms251×
getTokenAccountBalance0.3 ms174 ms521×
getSupply0.4 ms6,120 ms16,106×
getTokenLargestAccounts (USDC)2.7 srejectedn/a
getLargestAccounts0.4 ms"contact support"n/a
getTokenAccountsByDelegateavailablesecondary index unavailablen/a
getProgramAccountssub-10 msseconds to timeoutn/a
  • getTokenLargestAccounts (USDC): Others refuse the query.
  • getLargestAccounts: Others gate behind sales.

How it works

Yellowstone Geyser streams every account write off our co-located validators. Hyperion fans those writes into purpose-built in-memory indexes, one per program. JSON-RPC requests hit the matching index instead of scanning a hot Postgres table or a remote gPA call.

Validator
Co-located mainnet nodes feeding Yellowstone gRPC at line rate.
Geyser stream
Account writes streamed at zero-copy latency to the indexer.
Per-program indexes
In-memory, schema-aware indexes per program: owner, delegate, mint, supply.
JSON-RPC
Drop-in compatible with the standard Solana RPC spec. No client changes.

Who Hyperion is for

Anyone whose latency budget gets eaten by account-query calls. Sub-millisecond reads compound across cycles: agents, arb bots, and dashboards see the difference immediately.

AI agents
Autonomous trading and DeFi agents can’t pause for credit meters or 6-second supply lookups. Flat-rate Hyperion keeps the world model fresh. See the agent stack →
HFT & arbitrage
Enumerating pools and verifying balances must finish before the arb window closes. 400 ms of slack is the difference between landing and spectating.
DeFi frontends
Time-to-interactive is gated by getProgramAccounts and getTokenAccountsByOwner. Hyperion makes the dashboard feel fast without rewriting the React tree.
Data & analytics
Replace your in-house Geyser + Postgres index stack with a single HTTP call. Same JSON-RPC spec, but the slow methods aren't slow anymore.

Already on a paid SVS tier? You already have it.

Hyperion is included on every paid RPC tier. Same URL, same key, same JSON-RPC spec.