eth_call
Executes a new message call immediately without creating a transaction on the blockchain.
Path parameters
apiKey
Request
This endpoint expects an object.
Transaction
The transaction call object containing the details of the message call.
Block
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.