> ## 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.

<Check>
  ### Get your own node endpoint today

  [Start for free](https://console.chainstack.com/) and get your app to production levels immediately. No credit card required.

  You can sign up with your GitHub, X, Google, or Microsoft account.
</Check>

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>
