eth_call

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

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
TransactionobjectRequired

The transaction call object containing the details of the message call.

Blockstring or enumRequired

The block number, tag, or hash at which to execute the call. Defaults to 'latest' if not provided.

Response

The return value of the executed contract function, encoded as a hexadecimal string.