getconnectioncountpost https://api.infstones.com/neo/mainnet/{project_id}Gets the current connection count of the node.Parameters None Result The current number of connections for the node. Example Request cURLcurl <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 }