delegator_address defines the delegator address to query for.
A successful response.
withdraw_address defines the delegator address to query for.
const response = await fetch('https://fet.nownodes.io/cosmos/distribution/v1beta1/delegators/{delegator_address}/withdraw_address', { method: 'GET', headers: {}, }); const data = await response.json();
{ "withdraw_address": "text" }