getconnectioncount

Gets the current connection count of the node.

Parameters

None

Result

The current number of connections for the node.

Example

Request

curl <your-endpoint> \
   -X POST \
   -H "Content-Type: application/json" \
   -d '{"jsonrpc": "2.0", "method": "getconnectioncount", "params":[],"id": 1}'

Return

{
  "jsonrpc": "2.0",
  "id": 1,
  "result": 37
}
Language
Click Try It! to start a request and see the response here!