Community-run infrastructure by Natsai: a reliable JSON-RPC endpoint, WebSocket streaming, and frequent Mainnet snapshots to speed up node bootstrapping. We apply fair-use limits to keep things stable for everyone.
curl -s https://monad-mainnet-rpc.natsai.xyz/ \
-H 'content-type: application/json' \
--data '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}'
curl -s https://monad-mainnet-rpc.natsai.xyz/ \
-H 'content-type: application/json' \
--data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
printf '{"jsonrpc":"2.0","id":1,"method":"eth_subscribe","params":["newHeads"]}\n' \
| websocat -t wss://monad-mainnet-rpc.natsai.xyz/