> For the complete documentation index, see [llms.txt](https://docs.clv.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clv.org/clv-chain-developer-guide/technical-documentations/web3-compatibility/eth_accounts.md).

# eth\_accounts

```
web3.eth.getAccounts([callback])
```

#### Returns

An array of addresses controlled by node

#### Example

```
> web3.eth.getAccounts().then(console.log)
> [ '0x19E7E376E7C213B7E7e7e46cc70A5dD086DAff2A' ]
```
