A successful response.
const response = await fetch('https://zetachain.nownodes.io/zeta-chain/zetacore/fungible/gas_stability_pool_balance', { method: 'GET', headers: {}, }); const data = await response.json();
{ "balances": [ { "chain_id": "text", "balance": "text" } ] }