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

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

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

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

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

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

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

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

  <Card title="eth_getAccount" icon="angle-right" iconType="solid" href="/reference/plasma-eth-getaccount" 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
