A successful response.
const response = await fetch('https://axelar.nownodes.io/axelar/nexus/v1beta1/fee_info/{chain}/{asset}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "fee_info": { "chain": "text", "asset": "text", "fee_rate": "Ynl0ZXM=", "min_fee": "Ynl0ZXM=", "max_fee": "Ynl0ZXM=" } }