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