Returns total number of cycles where the baker was active
Baker address
const response = await fetch('https://xtz-index.nownodes.io/v1/rewards/bakers/{address}/count', { method: 'GET', headers: {}, }); const data = await response.json();
0