Ok
const response = await fetch('https://alephium.nownodes.io/infos/inter-clique-peer-info', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "cliqueId": "text", "brokerId": 0, "groupNumPerBroker": 0, "address": { "addr": "text", "port": 0 }, "isSynced": false, "clientVersion": "text" } ]