Skip to main content
POST
eth_simulateV1
Robinhood Chain API method that simulates transaction execution.

Parameters

  • object — the simulation configuration object
  • quantity or tag — the block number in hex format or block tag (latest, earliest, pending, safe, finalized)

Response

  • object — the simulation result

eth_simulateV1 code examples

Body

application/json
id
integer
default:1
jsonrpc
string
default:2.0
method
string
default:eth_simulateV1
params
(Simulation config · object | string)[]

The simulation configuration.

Response

200 - application/json

Simulates transaction execution.

jsonrpc
string
id
integer
result
object | null
Last modified on July 18, 2026