Returns the total number of quotes aligned with blocks.
const response = await fetch('https://xtz-index.nownodes.io/v1/quotes/count', { method: 'GET', headers: {}, }); const data = await response.json();
0