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