Retrieving namespaces that an account owns
const response = await fetch('https://xem.nownodes.io/account/namespace/page', { method: 'GET', headers: {}, }); const data = await response.json();