Skip to main content
POST
eth_accounts
Arc API method that returns a list of addresses owned by the node. Since Arc nodes do not manage private keys, this always returns an empty array.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.

Parameters

  • none

Response

  • result — an array of addresses owned by the node. On Arc, this always returns an empty array since the node does not manage accounts.

eth_accounts code examples

Body

application/json
id
integer
default:1
jsonrpc
string
default:2.0
method
string
default:eth_accounts
params
array

Response

200 - application/json

Returns the result of eth_accounts.

jsonrpc
string
id
integer
result
object[]
Last modified on August 3, 2026