A successful response.
const response = await fetch('https://zetachain.nownodes.io/zeta-chain/authority/chainInfo', { method: 'GET', headers: {}, }); const data = await response.json();
{ "chain_info": { "chains": [ { "chain_id": "text", "chain_name": "empty", "network": "eth", "network_type": "mainnet", "vm": "no_vm", "consensus": "ethereum", "is_external": false, "cctx_gateway": "zevm", "name": "text" } ] } }