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

# Client info | Plasma

> The client info JSON-RPC methods allow developers to access information about the Plasma node client, including version, network ID, and peer connections.

Retrieving client information from the Plasma node can be done using the following methods:

<CardGroup cols={2}>
  <Card title="web3_clientVersion" icon="angle-right" iconType="solid" href="/reference/plasma-web3-clientversion" horizontal />

  <Card title="web3_sha3" icon="angle-right" iconType="solid" href="/reference/plasma-web3-sha3" horizontal />

  <Card title="net_version" icon="angle-right" iconType="solid" href="/reference/plasma-net-version" horizontal />

  <Card title="net_listening" icon="angle-right" iconType="solid" href="/reference/plasma-net-listening" horizontal />

  <Card title="net_peerCount" icon="angle-right" iconType="solid" href="/reference/plasma-net-peercount" horizontal />
</CardGroup>

This information can be used for:

* **Node monitoring** — check client version and peer count
* **Network diagnostics** — verify network connectivity
* **Compatibility checks** — ensure client version compatibility
* **Infrastructure management** — monitor node health and status
