OK
const response = await fetch('https://akt.nownodes.io/minting/parameters', { method: 'GET', headers: {}, }); const data = await response.json();
{ "mint_denom": "text", "inflation_rate_change": "text", "inflation_max": "text", "inflation_min": "text", "goal_bonded": "text", "blocks_per_year": "text" }