eth_accounts

Returns a list of addresses owned by client.

Parameters

  • No parameters are needed.
curl https://ethereum-mainnet-archive.allthatnode.com/8U3JLUhzIDg3GShvy9hkCCSYkLGc11kj \
--request POST \
--header "Content-Type: application/json" \
--data '{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "eth_accounts",
  "params": []
}'

Returns

  • Array of DATA, 20 Bytes - Addresses owned by the client.
{"jsonrpc":"2.0","id":1,"result":[]}

🚧

Since All That Node does not store keys, the method will always return empty.


Try Yourself

Language
Click Try It! to start a request and see the response here!