eth_call

Executes a new message call immediately without creating a transaction on the blockchain.

Request

This endpoint expects an object.
transactionobjectRequired
Call object describing the contract call.
blockanyRequired
Block number or tag used as the execution context.

Response

Hex-encoded return data from the call.