eth_accounts

Returns an array of addresses owned by the client.

The API credit value for this method is 100

  1. 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"}'
  1. Result:

    1. Returns- An array address owned by the client

Last updated