Last updated 1 year ago
A successful response.
inflation is the current minting inflation value.
const response = await fetch('/cosmos/mint/v1beta1/inflation', { method: 'GET', headers: {}, }); const data = await response.json();
{ "inflation": "Ynl0ZXM=" }