Returns a list of addresses owned by client.
Parameters
none
Returns
Array of DATA
/accounts
curl -L \ --request POST \ --url 'https://tomo.nownodes.io//accounts' \ --header 'Content-Type: application/json' \ --data '{ "jsonrpc": "2.0", "method": "eth_accounts", "params": [], "id": 1 }'
No body