OK
const response = await fetch('https://akt.nownodes.io/slashing/parameters', { method: 'GET', headers: {}, }); const data = await response.json();
{ "max_evidence_age": "text", "signed_blocks_window": "text", "min_signed_per_window": "text", "double_sign_unbond_duration": "text", "downtime_unbond_duration": "text", "slash_fraction_double_sign": "text", "slash_fraction_downtime": "text" }