OK
const response = await fetch('https://akt.nownodes.io/staking/redelegations', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "delegator_address": "text", "validator_src_address": "text", "validator_dst_address": "text", "entries": [] } ]