A fast and reliable public EVM RPC.
POST /v1/:chainIdGET /v1/chainsGET /v1/chains/:chainIdBy 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}'
Please be mindful of your usage. If you expect to exceed 1M requests per month, consider running your own instance.
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