Fast, Free, and private public RPC endpoints
- We run pruned nodes of multiple EVM networks (and with Bitcoin, Monero) as a public good.
- Using historical methods like
eth_getLogs
ordebug_traceCall
is discouraged as our nodes don't have historic data (Including block receipts, tx receipts, contract events, etc). - Recommend use case for our RPC endpoints is to serve DApps and Wallets which requires latest state with
eth_call
, oreth_getBalance
. - Our endpoints are rate limited with less than 10 ~ 20 calls allowed per second so please use it wisely!
- We don't store any sent data nor any IPs or metadata.
- No tracking of any kind.
- Open issues on https://github.com/0xRPC/0xRPC.github.io/issues for any inquiries / bug reports on RPC.
$ cast block-number -r https://0xrpc.io/eth
- Monero Mainnet
- Ethereum Mainnet
https://0xrpc.io/eth/v1 (Beacon)
- Ethereum Sepolia Testnet
- BNB Chain Mainnet
- Polygon Mainnet
- Gnosis Mainnet
- Avalanche Mainnet
- Optimism L2 Mainnet
- Base L2 Mainnet