v1

latestOpenAPI 3.0.02026-07-26541677.9 KB
Ethereum API

eth_call

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

post/eth_call

Request body

jsonrpcstring required

JSON-RPC version

methodstring required

The method to call

idinteger required

Request identifier

Response

Returns the result of the contract execution

jsonrpcstring
idinteger
resultstring

The return value of the executed contract method

Example response

{
  "jsonrpc": "2.0",
  "id": 1,
  "result": "0x"
}