/ 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[]
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}'