Eth_call

Ethereum method - eth_call

post

Executes a call to a contract or address and returns the result without broadcasting a transaction.

Authorizations
api-keystringRequired
Body
jsonrpcstringRequiredExample: 2.0
methodstringRequiredExample: eth_call
idintegerRequiredExample: 1
Responses
chevron-right
200

Result of the call

application/json
jsonrpcstringOptionalExample: 2.0
idintegerOptionalExample: 1
resultstringOptional

Return value of the executed contract call, encoded as hex. This is the raw output — typically ABI-decoded on the client.

Example: 0x00000000000000000000000000000000000000000000000000000000000003e8
post
/
200

Result of the call

Last updated