Skip to main content
POST
eth_call
Robinhood Chain API method that executes a new message call immediately without creating a transaction on the blockchain.

Parameters

  • object — the transaction call object with fields like from, to, gas, gasPrice, value, data
  • quantity or tag — the block number in hex format or block tag (latest, earliest, pending, safe, finalized)

Response

  • data — the return value of the executed contract

eth_call code examples

Body

application/json
id
integer
default:1
jsonrpc
string
default:2.0
method
string
default:eth_call
params
(Transaction · object | string)[]

The transaction call object.

Response

200 - application/json

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

jsonrpc
string
id
integer
result
object | null
Last modified on July 18, 2026