eth_chainld - TRON
The eth_accounts method retrieves a list of addresses controlled by the connected client. Learn how eth_accounts API Interface works and how to integrate it in your Web3 applications.
Description:
Parameters
Request and Response
curl --location --request POST 'https://go.getblock.io/<ACCESS-TOKEN>/jsonrpc'
--header 'Content-Type: application/json'
'{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":79}', "id": "getblock.io"}{
"jsonrpc": "2.0",
"id": 1,
"result": [
"0x742d35Cc6634C0532925a3b844Bc454e4438f44e",
"0x3f5CE5FBFe3E9af3971dD833D26BA9b5C936f0bE"
]
}Body Params
Use Case
eth_accounts Errors
Code Example
Last updated
Was this helpful?