Retrieves number of known peers.
None
// Request curl -X GET -H 'Content-Type: application/json' https://ethereum-beacon.blockpi.network/rpc/v1/your-rpc-key/eth/v1/node/peer_count // Result { "data": { "connected": "103", "connecting": "0", "disconnected": "655", "disconnecting": "2" } }
Last updated 20 days ago
Was this helpful?