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