Skip to main content
POST
eth_accounts
Robinhood Chain API method that returns a list of addresses owned by the client.

Parameters

None

Response

  • array — an array of addresses owned by the client

eth_accounts code examples

Body

application/json
id
integer
default:1
jsonrpc
string
default:2.0
method
string
default:eth_accounts
params
any[]

Response

200 - application/json

Returns a list of addresses owned by the client.

jsonrpc
string
id
integer
result
object | null
Last modified on July 18, 2026