Last updated 9 months ago
text with #-comments and key:value lines
const response = await fetch('https://algo.nownodes.io/metrics', { method: 'GET', headers: {}, }); const data = await response.json();