A successful response.
const response = await fetch('https://zetachain.nownodes.io/ethermint/evm/v1/estimate_gas', { method: 'GET', headers: {}, }); const data = await response.json();
{ "gas": "text", "ret": "Ynl0ZXM=", "vm_error": "text" }