> ## Documentation Index
> Fetch the complete documentation index at: https://chainstack-docs-polygon-erigon-trace-deprecation.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Accounts info | Arbitrum

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

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

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

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

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

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