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

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