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

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

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

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

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

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

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