Network RPCs

getconnectioncount

Returns the number of connections to other nodes.

Method: POST

https://dash.nownodes.io

Example body (raw)

{
    "jsonrpc": "1.0",
    "id": "curltest",
    "method": "getconnectioncount",
    "params": []
}

Example response: 200

{
    "result": 10,
    "error": null,
    "id": "curltest"
}

Last updated