Ethereum method - eth_call
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
Executes a call to a contract or address and returns the result without broadcasting a transaction.
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
Result of the call
Unauthorized: API key is present but rejected by the NOWNodes gateway.
Method Not Allowed. Returned by the NOWNodes gateway for malformed or unsupported gateway-level requests.
Missing API key. The NOWNodes gateway returns plain text for this error.
Upstream node or gateway error.