A successful response.
const response = await fetch('https://zetachain.nownodes.io/zeta-chain/lightclient/header_supported_chains', { method: 'GET', headers: {}, }); const data = await response.json();
{ "header_supported_chains": [ { "chain_id": "text", "enabled": false } ] }