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