Ethereum API
eth_accounts
Returns a list of addresses owned by the client
post/eth_accounts
Request body
Response
Returns a list of addresses owned by the client
Example response
{
"jsonrpc": "2.0",
"id": 1,
"result": []
}Returns a list of addresses owned by the client
Returns a list of addresses owned by the client
{
"jsonrpc": "2.0",
"id": 1,
"result": []
}