Skip to main content

2026-08-18

Nodit now supports the eth_simulateV1 API.


Major Updates

eth_simulateV1 API Support

The eth_simulateV1 API is a JSON-RPC API that simulates the execution of multiple transactions across one or more blocks in advance, without actually executing them. It is similar to eth_call, but differs in that it lets you run a sequence of calls with the block context and account state overridden with arbitrary values.

Among the blockchains supported by Nodit, the following chains support eth_simulateV1.

chainnetwork
Arbitrummainnet, sepolia
Arctestnet
Bnbmainnet, testnet
Basemainnet, sepolia
Ethereummainnet, sepolia, hoodi
Giwasepolia
Optimismmainnet, sepolia
Metalmainnet
Polygonmainnet

For a detailed description of the eth_simulateV1 API, see the API Spec document.