Skip to content

Peer Count

Returns the count of peers connected to the beacon node, broken down by connection state (connected, connecting, disconnected, disconnecting).

GET /eth/v1/node/peer_count
Terminal window
curl https://eth-beacon.blockreq.com/v1/rpc/public/eth/v1/node/peer_count
{
"data": {
"connected": "64",
"connecting": "0",
"disconnected": "0",
"disconnecting": "0"
}
}