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