Skip to main content

eth_accounts

Returns a list of addresses owned by client.

Parameters (by position)

This method does not accept any parameters.

Result

Accounts array<string>

hex encoded address

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


Examples

eth_accounts example

Request

{
"params": []
}

Response

[
"0xd1f5279be4b4dd94133a23dee1b23f5bfc0db1d0"
]