curl https://mainnet.avalanche.validationcloud.io/v1/<YOUR_API_KEY_HERE>/ext/bc/C/rpc \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"net_peerCount","params":[],"id":74}'
Returns number of peers currently connected to the client.
This method will use 10
Compute Units.
None
QUANTITY
- integer of the number of connected peers.