Robinhood Chain method - eth_call
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Executes a call to a contract or address and returns the result without broadcasting a transaction.
Body
application/json
JSON-RPC 2.0 request to the Robinhood Chain mainnet endpoint.
Request payload for Executes a call to a contract or address and returns the result without broadcasting a transaction..
jsonrpcstringrequiredJSON-RPC protocol version.
methodstringrequiredJSON-RPC method name.
paramsArray<object | string>requiredThe first object specifies the call transaction object. The second (optional) parameter specifies the block context.
idintegerrequiredClient-provided request identifier echoed in the response.
Response
200OK
Result of the call
500Internal Server Error
Upstream node or gateway error.