Withdraw address

DelegatorWithdrawAddress queries withdraw address of a delegator.

get

/cosmos/distribution/v1beta1/delegators/{delegator_address}/withdraw_address

Path parameters
delegator_addressanyrequired

delegator_address defines the delegator address to query for.

Responses
curl -L \
  --url 'https://coreum.nownodes.io/cosmos/distribution/v1beta1/delegators/{delegator_address}/withdraw_address'
{
  "withdraw_address": "text"
}