Returns true if client is actively listening for network connections.
true
Parameters
none
Returns
Boolean
false
Successful Operation
const response = await fetch('https://tomo.nownodes.io/listening', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "jsonrpc": "2.0", "method": "net_listening", "params": [], "id": 67 }), }); const data = await response.json();