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

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

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

<CardGroup>
  <Card title="eth_getTransactionCount" href="/reference/avalanche-gettransactioncount" icon="angle-right" horizontal />

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

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

  <Card title="eth_getStorageAt" href="/reference/avalanche-getstorageat" icon="angle-right" horizontal />
</CardGroup>

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