A successful response.
const response = await fetch('https://zetachain.nownodes.io/zeta-chain/crosschain/lastZetaHeight', { method: 'GET', headers: {}, }); const data = await response.json();
{ "Height": "text" }