Getting a block with a given hash
const response = await fetch('https://xem.nownodes.io/block/get', { method: 'GET', headers: {}, }); const data = await response.json();