post https://polygon-mainnet-archive.allthatnode.com:8545/
Returns a list of addresses owned by client.
Parameters
- No parameters are needed.
curl https://polygon-mainnet-rpc.allthatnode.com:8545/8U3JLUhzIDg3GShvy9hkCCSYkLGc11kj \
--request POST \
--header "Content-Type: application/json" \
--data '{
"jsonrpc": "2.0",
"id": 1,
"method": "eth_accounts",
"params": []
}'
Returns
Array of DATA
, 20 Bytes - Addresses owned by the client.
{"jsonrpc":"2.0","id":1,"result":[]}
Since All That Node does not store keys, the method will always return empty.