Status
const response = await fetch('https://xem.nownodes.io/status', { method: 'GET', headers: {}, }); const data = await response.json();