This is an example call for net_listening.
{
"jsonrpc": "2.0",
"id": "1",
"method": "net_listening",
"params": null
}
{
"jsonrpc": "2.0",
"id": "1",
"error": {
"code": -32601,
"message": "The method net_listening does not exist/is not available"
}
}