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