eth_accounts - Ethereum
Use it to receive addresses that a client owns
Last updated
Use it to receive addresses that a client owns
No parameters
Array of DATA in 20 Bytes – it holds the list of addresses that belong to a client.
Here is a typical appliance example.
curl https://eth-mainnet.rpcfast.com/?api_key=<key> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_accounts","params":[],"id":1}'{"jsonrpc":"2.0","id":1,"result":[]}Last updated