Eth_accounts

Ethereum method - eth_accounts

post

Returns an array of addresses controlled by the client.

Authorizations
api-keystringRequired
Body
jsonrpcstringRequired

JSON-RPC version identifier

Example: 2.0
methodstringRequired

Name of the JSON-RPC method

Example: eth_accounts
paramsarrayRequired

No parameters are required for this method. This must be an empty array.

idintegerRequired

Unique identifier for the JSON-RPC request

Example: 1
Responses
chevron-right
200

A list of Ethereum addresses

application/json
jsonrpcstringOptional

JSON-RPC version identifier

Example: 2.0
idintegerOptional

ID matching the request

Example: 1
resultstring · eth-address[]Optional

An array of hexadecimal Ethereum addresses controlled by the node.

Example: 0x742d35Cc6634C0532925a3b844Bc454e4438f44e
post
/
200

A list of Ethereum addresses

Last updated