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

> Arc account information JSON-RPC methods — retrieve balances, nonces, storage values, contract bytecode, and Merkle proofs for addresses on Arc.

Retrieving account information from Arc can be done using the following methods:

<CardGroup cols={2}>
  <Card title="eth_getAccount" icon="angle-right" iconType="solid" href="/reference/arc-eth-getaccount" horizontal />

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

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

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

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

  <Card title="eth_getTransactionCount" icon="angle-right" iconType="solid" href="/reference/arc-eth-gettransactioncount" horizontal />
</CardGroup>
