RPCsLive

Fastest free Injective RPC, live no-key Cosmos SDK endpoint latency

HTTP round-trip latency for the Tendermint `status` method against every free, no-key public Injective Cosmos SDK endpoint, audited every 60 seconds from 3 regions.

TL;DR. As of , Polkachu leads rpc latency at 198 ms (p50, 24h) on Fastest free Injective RPC, live no-key Cosmos SDK endpoint latency. Source: OpenChainBench, https://openchainbench.com/benchmarks/injective-rpc.

Companion page

Comparing free RPC endpoints across every chain we measure? Open the cross-chain RPC matrix →

Injective is a Cosmos SDK L1 tuned for orderbook DEXs and DeFi, with native CosmWasm and EVM execution modules. Same Tendermint `status` probe used on the rest of the Cosmos cluster; every provider live-verified with 4 consecutive keyless probes at launch. Injective's `~0.65 s` block time is much faster than the Cosmos Hub / Osmosis norm, so the block-based staleness gap is deliberately wider (40 blocks = ~26 s) to avoid false-positive `stale` classifications during a fast leader turnover.

Methodology

Per-chain member of the RPC latency cluster, extended to Injective. We measure the round-trip latency of a single, identical JSON-RPC call (Tendermint `status`) against every no-key public Injective endpoint that sustains continuous probing, 4 providers at launch, every 60 seconds, from us-east, eu-west and Singapore. The harness classifies every response (ok / http_err / jsonrpc_err / stale / timeout) with a Injective-scaled staleness gap (40 blocks at Injective's ~0.65 s block time). The cross-chain view lives on the parent `rpc-capabilities` benchmark; this page is the Injective-scoped answer with per-region breakdowns as a first-class dimension.

Frequently asked

What is the fastest free Injective RPC right now?

Polkachu currently leads at 198 ms (Tendermint `status` p50 over the last 24h), measured against 4 no-key providers probed every 60 seconds from us-east, eu-west and Singapore. The leaderboard re-sorts continuously against fresh Prometheus samples, so the answer on this page is the answer right now, not a quarterly snapshot. Use the region tabs to see the leader from the origin closest to your deployment.

Which Injective RPCs work without an API key?

4 endpoints sustain continuous keyless probing at launch: Injective Foundation, PublicNode, Polkachu, LavenderFive. Every listed endpoint was live-verified with a Tendermint `status` POST returning a parsable response before inclusion. See the methodology section for the specific endpoints that were audited and excluded.

Does the fastest Injective RPC change by region?

Often. Public infra concentrates in specific regions; a gateway that wins from Amsterdam can lose from Singapore by multiples. The region tabs at the top of the page re-scope every number to a single origin; pick the one closest to where your requests originate.

How is Injective RPC latency measured here, technically?

One identical Tendermint `status` POST every 60 seconds against each provider from each of 3 regions, using the same plain HTTP client the rest of the RPC cluster uses. Wall-clock round-trip is recorded at millisecond precision; p50/p90/p99 are computed via Prometheus `quantile_over_time` over 24 hours. Responses are classified (`ok` / `http_err` / `jsonrpc_err` / `stale` / `timeout`) so an endpoint stuck on an old head or returning errors behind HTTP 200 is never ranked as fastest.

Source code github.com/ChainBench/OpenChainBench/tree/main/harnesses/rpc-capabilities