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