eth_accounts

Returns a list of addresses owned by the client.

Parameters
None

Returns
Empty List

Example

curl -X POST '47.95.206.44:50545/jsonrpc' --data '
{"jsonrpc": "2.0", "id": 1, "method": "eth_accounts", "params": []}'
{"jsonrpc":"2.0","id":1,"result":[]}