Status
rpcfree.com — public JSON-RPC and documentation
Current status
All documented HTTPS RPC paths (/ethereum-rpc, /base-rpc, /polygon-rpc, /arbitrum-rpc) are expected to accept POST JSON-RPC when operating normally. This page is informational; for provider-wide incidents follow Etox announcements.
Last checked (page build): 2026-05-12 — no known maintenance window.
Self-check
You can verify an endpoint with:
curl -sS -X POST https://rpcfree.com/ethereum-rpc \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}'