Aug 1, 2026/17 min read
A measured breakdown of Ethereum JSON-RPC latency: nine public endpoints at p50 and p99, the network floor separated from provider overhead, and the microsecond cost of local transports.
Jun 20, 2026/7 min read
Why eth_getLogs returns block range and result-count errors across RPC providers, and how to query thousands of blocks reliably with adaptive chunking.
Jun 17, 2026/6 min read
How HTTP, WebSocket, and IPC transports compare for Ethereum RPC latency, with a benchmark you can run, and when sub-millisecond IPC actually matters.