Returns a total number of autostaking operations.
const response = await fetch('https://xtz-index.nownodes.io/v1/operations/autostaking/count', { method: 'GET', headers: {}, }); const data = await response.json();