Ok
const response = await fetch('https://alephium.nownodes.io/contracts/{address}/sub-contracts?start=0', { method: 'GET', headers: {}, }); const data = await response.json();
{ "subContracts": [ "text" ], "nextStart": 0 }