Block chain score
const response = await fetch('https://xem.nownodes.io/chain/score', { method: 'GET', headers: {}, }); const data = await response.json();