Simulate transactions with eth_simulateV1
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Simulates one or more calls against a selected block state. The request may include state overrides and transfer tracing.
Body
application/json
JSON-RPC request body for the eth_simulateV1 method.
jsonrpcstringrequiredJSON-RPC protocol version. Must be 2.0.
idintegerrequiredClient-defined request identifier returned unchanged in the response.
methodstringrequiredJSON-RPC method name.
paramsArray<object | string>requiredParameters for eth_simulateV1. The first item contains simulation options.
The second item defines the base block tag.
Response
200OK
Successful JSON-RPC response containing simulated block execution results.
400Bad Request
Invalid JSON-RPC request.