> ## 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 information | Ethereum

> Ethereum client information JSON-RPC methods — check client version, network ID, chain ID, listening status, and peer count for your node.

Retrieving blockchain client information from an Ethereum node can be done by using the following methods:

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

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

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