# Eth\_accounts

## Ethereum method - eth\_accounts

> Returns an array of addresses controlled by the client.

```json
{"openapi":"3.0.0","info":{"title":"Ethereum JSON-RPC","version":"1.0.0"},"servers":[{"url":"https://zksync.nownodes.io"}],"security":[{"api-keyAuth":[]}],"components":{"securitySchemes":{"api-keyAuth":{"type":"apiKey","in":"header","name":"api-key"}}},"paths":{"/":{"post":{"tags":["eth_accounts"],"summary":"Ethereum method - eth_accounts","description":"Returns an array of addresses controlled by the client.","operationId":"ethAccounts","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["jsonrpc","method","params","id"],"properties":{"jsonrpc":{"type":"string","description":"JSON-RPC version identifier"},"method":{"type":"string","description":"Name of the JSON-RPC method"},"params":{"type":"array","description":"No parameters are required for this method. This must be an empty array.\n"},"id":{"type":"integer","description":"Unique identifier for the JSON-RPC request"}}}}}},"responses":{"200":{"description":"A list of Ethereum addresses","content":{"application/json":{"schema":{"type":"object","properties":{"jsonrpc":{"type":"string","description":"JSON-RPC version identifier"},"id":{"type":"integer","description":"ID matching the request"},"result":{"type":"array","description":"An array of hexadecimal Ethereum addresses controlled by the node.\n","items":{"type":"string","format":"eth-address"}}}}}}}}}}}}
```
