Ok
const response = await fetch('https://alephium.nownodes.io/infos/self-clique', { method: 'GET', headers: {}, }); const data = await response.json();
{ "cliqueId": "text", "nodes": [ { "address": "text", "restPort": 0, "wsPort": 0, "minerApiPort": 0 } ], "selfReady": false, "synced": false }