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

DelegatorWithdrawAddress queries withdraw address of a delegator.

Parameters:

delegator_address - string, delegator_address defines the delegator address to query for.

Example:

// Request
curl -X GET -H 'Content-Type: application/json' https://froopyland.blockpi.network/lcd/v1/<your-api-key>/cosmos/distribution/v1beta1/delegators/{delegator_address}/withdraw_address

// Result
{
    
}

Last updated