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

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

Retrieving account information from the Gnosis Chain can be done by using the following methods:

<CardGroup cols={2}>
  <Card title="eth_getTransactionCount" icon="angle-right" iconType="solid" href="/reference/gnosis-gettransactioncount" horizontal />

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

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

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