Ok
const response = await fetch('https://alephium.nownodes.io/contracts/{address}/parent', { method: 'GET', headers: {}, }); const data = await response.json();
text