const response = await fetch('https://meter.nownodes.io/staking/delegates', { method: 'GET', headers: {}, }); const data = await response.json();