get https://cosmos-mainnet-archive.allthatnode.com:1317/cosmos/distribution/v1beta1/delegators//withdraw_address
DelegatorWithdrawAddress queries withdraw address of a delegator.
Parameters
Path
delegator_address
:STRING
- The delegator address to query for.
curl "https://cosmos-mainnet-archive.allthatnode.com:1317/cosmos/distribution/v1beta1/delegators/cosmos1ss75p6a4h57wvnp9sp7mwuf58et82tc9w95ek7/withdraw_address" \
-H 'x-allthatnode-api-key: 8U3JLUhzIDg3GShvy9hkCCSYkLGc11kj'
Returns
OBJECT
- The withdraw address.
{
"withdraw_address": "cosmos1ss75p6a4h57wvnp9sp7mwuf58et82tc9w95ek7"
}