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