/ DEVELOPERS / API / ETH_ACCOUNTS

eth_accounts

Returns the list of accounts the node manages. QuantumWing never custody-signs — always returns [].

eth_accounts

Returns the list of accounts the node manages. QuantumWing never custody-signs — always returns [].

eth_*category: walletreturns: string[]
Share link

Parameters

No parameters.

Response

Press Send Request to see a response.

Copy as

curl -X POST '/rpc' \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","method":"eth_accounts","params":[],"id":1}'