Ethereum method - eth_accounts
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns an array of addresses controlled by the client.
Body
application/json
Returns an array of addresses controlled by the client.
Request payload for Returns an array of addresses controlled by the client..
jsonrpcstringrequiredJSON-RPC version identifier
methodstringrequiredName of the JSON-RPC method
paramsarrayrequiredNo parameters are required for this method. This must be an empty array.
idintegerrequiredUnique identifier for the JSON-RPC request
Response
200OK
A list of Ethereum addresses
401Unauthorized
Unauthorized: API key is present but rejected by the NOWNodes gateway.
405Method Not Allowed
Method Not Allowed. Returned by the NOWNodes gateway for malformed or unsupported gateway-level requests.
422Unprocessable Entity
Missing API key. The NOWNodes gateway returns plain text for this error.
500Internal Server Error
Upstream node or gateway error.