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

> Robinhood Chain account information JSON-RPC methods — retrieve account balances, nonces, storage values, and contract bytecode for addresses on the Robinhood Chain network.

Retrieving account information from the Robinhood Chain blockchain can be done using the following methods:

<CardGroup cols={2}>
  <Card title="eth_getBalance" icon="angle-right" iconType="solid" href="/reference/robinhood-eth-getbalance" horizontal />

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

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

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

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

This information can be used for:

* **Wallet applications** — display user balances and transaction counts
* **Smart contract interaction** — read contract storage and bytecode
* **Account monitoring** — track account state changes over time
* **DApp development** — integrate account data into decentralized applications
