> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Accounts info | Ethereum

> Ethereum account information JSON-RPC methods — retrieve balances, nonces, contract code, and storage data for accounts on the Ethereum network.

Retrieving account information from the Ethereum blockchain can be done by using the following methods:

<CardGroup cols={2}>
  <Card title="eth_getTransactionCount" icon="angle-right" iconType="solid" href="/reference/ethereum-gettransactioncount" horizontal />

  <Card title="eth_getBalance" icon="angle-right" iconType="solid" href="/reference/ethereum-getbalance" horizontal />

  <Card title="eth_getCode" icon="angle-right" iconType="solid" href="/reference/ethereum-getcode" horizontal />

  <Card title="eth_getStorageAt" icon="angle-right" iconType="solid" href="/reference/ethereum-getstorageat" horizontal />

  <Card title="eth_getProof" icon="angle-right" iconType="solid" href="/reference/getproof" horizontal />
</CardGroup>
