A successful response.
const response = await fetch('https://zetachain.nownodes.io/zeta-chain/observer/crosschain_flags', { method: 'GET', headers: {}, }); const data = await response.json();
{ "crosschain_flags": { "isInboundEnabled": false, "isOutboundEnabled": false, "gasPriceIncreaseFlags": { "epochLength": "text", "retryInterval": "text", "gasPriceIncreasePercent": 0, "gasPriceIncreaseMax": 0, "maxPendingCctxs": 0 } } }