Last updated 7 months ago
delegator_address defines the delegator address to query for.
A successful response.
validators defines the validators a delegator is delegating for.
const response = await fetch('https://band-rest.nownodes.io/cosmos/distribution/v1beta1/delegators/{delegator_address}/validators', { method: 'GET', headers: {}, }); const data = await response.json();
{ "validators": [ "text" ] }