> For the complete documentation index, see [llms.txt](https://tutorial.neoline.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tutorial.neoline.io/reference/json-rpc-api/eth_accounts.md).

# eth\_accounts

## Params&#x20;

None.

## Result

array\[string]&#x20;

Match pattern: `^0x[0-9a-fA-F]{40}$`

## Example

### Request

```javascript
await window.NEOLineNeoX.request({
  "method": "eth_accounts",
  "params": []
});
```

### Result

```javascript
["0xE45e9AdC2B51514849ea5B38dF37d1a65e6D52f5"]
```
