Monitor all economic protocols that are retrieved and successfully loaded and compiled by the node.
const response = await fetch('https://xtz.nownodes.io/monitor/protocols', { method: 'GET', headers: {}, }); const data = await response.json();
text