Retrieving root namespaces
const response = await fetch('https://xem.nownodes.io/namespace/roots', { method: 'GET', headers: {}, }); const data = await response.json();