Stream of all network events
An event that may happen during maintenance of and other operations on the p2p connection pool. Typically, it includes connection errors, peer swaps, etc.
const response = await fetch('https://xtz.nownodes.io/network/log', { method: 'GET', headers: {}, }); const data = await response.json();
{ "event": "too_few_connections" }