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