v1
latestOpenAPI 3.0.02026-07-26541677.9 KBEthereum API
eth_call
Executes a new message call immediately without creating a transaction on the blockchain
post/eth_call
Request body
Response
Returns the result of the contract execution
Example response
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x"
}