evm.stupidtech.net

A fast and reliable public EVM RPC.

Endpoints

Examples

By chain ID:

curl -sS "https://evm.stupidtech.net/v1/1" \
  -H 'content-type: application/json' \
  --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'

By alias:

curl -sS "https://evm.stupidtech.net/v1/ethereum" \
  -H 'content-type: application/json' \
  --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'

Fair Use Policy

Please be mindful of your usage. If you expect to exceed 1M requests per month, consider running your own instance.

Stats

Latency by chain and method

Average and median latency from the last 1000 requests for each method on each chain.

Chain Method Average Median
No latency samples yet.

* N < 50

github - twitter - stupidtech.net