Last updated 1 year 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('/cosmos/distribution/v1beta1/delegators/{delegator_address}/validators', { method: 'GET', headers: {}, }); const data = await response.json();
{ "validators": [ "text" ] }