net_peerCount
Returns number of peers currently connected to the client.
This method will use 20 Compute Units.
Reference: Here
Parameters
None
Returns
QUANTITY - integer of the number of connected peers.
// Result
{
  "id":74,
  "jsonrpc": "2.0",
  "result": "0x2" // 2
}curl https://mainnet.arbitrum.validationcloud.io/v1/<YOUR_API_KEY_HERE> \
    -X POST \
    -H "Content-Type: application/json" \
    -d '{"jsonrpc":"2.0","method":"net_peerCount","params":[],"id":74}'
curl https://sepolia.arbitrum.validationcloud.io/v1/<YOUR_API_KEY_HERE> \
    -X POST \
    -H "Content-Type: application/json" \
    -d '{"jsonrpc":"2.0","method":"net_peerCount","params":[],"id":74}'
Last updated
Was this helpful?