Ok
const response = await fetch('https://alephium.nownodes.io/addresses/{address}/group', { method: 'GET', headers: {}, }); const data = await response.json();
{ "group": 0 }