eth_accounts
Returns an array of addresses owned by the client.
The API credit value for this method is 100
Parameters: This method does not require any parametersCurl
curl https://Krypc-End Point URL/ \
-X POST \
-H "Content-Type: application/json" \
--data '{"method":"eth_accounts","id":1,"jsonrpc":"2.0"}'
Result:
Returns- An array address owned by the client
Last updated
Was this helpful?