A successful response.
inflation is the current minting inflation value.
const response = await fetch('https://luna.nownodes.io/cosmos/mint/v1beta1/inflation', { method: 'GET', headers: {}, }); const data = await response.json();
{ "inflation": "Ynl0ZXM=" }