Peer Count
此内容尚不支持你的语言。
Description
Section titled “Description”Returns the count of peers connected to the beacon node, broken down by connection state (connected, connecting, disconnected, disconnecting).
Endpoint
Section titled “Endpoint”GET /eth/v1/node/peer_countRequest
Section titled “Request”curl https://eth-beacon.blockreq.com/v1/rpc/public/eth/v1/node/peer_countResponse
Section titled “Response”{ "data": { "connected": "64", "connecting": "0", "disconnected": "0", "disconnecting": "0" }}