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