Last block of the block chain score
const response = await fetch('https://xem.nownodes.io/chain/last-block', { method: 'GET', headers: {}, }); const data = await response.json();