A successful response.
const response = await fetch('https://axelar.nownodes.io/axelar/reward/v1beta1/inflation_rate', { method: 'GET', headers: {}, }); const data = await response.json();
{ "inflation_rate": "Ynl0ZXM=" }
const response = await fetch('https://axelar.nownodes.io/axelar/reward/v1beta1/inflation_rate/{validator}', { method: 'GET', headers: {}, }); const data = await response.json();