OK
const response = await fetch('https://akt.nownodes.io/staking/pool', { method: 'GET', headers: {}, }); const data = await response.json();
{ "loose_tokens": "text", "bonded_tokens": "text", "inflation_last_time": "text", "inflation": "text", "date_last_commission_reset": "text", "prev_bonded_shares": "text" }