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