Net peerCount

Returns the number of peers currently connected to the client.

post
Responses
curl -L \
  --request POST \
  --url 'net_peerCount'
{
  "id": 1,
  "jsonrpc": "text",
  "result": "text"
}