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