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