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

Parameters

Object NameRequiredTypeDetail
delegator_addressStringThe delegator address to query for.
/cosmos/distribution/v1beta1/delegators/cosmos1qp2cjs037tax8nvhaee7zguwlmpr0ck4rtfk4d/withdraw_address

Result

Example

Request

curl <your-rest-endpoint>/cosmos/distribution/v1beta1/delegators/cosmos1qp2cjs037tax8nvhaee7zguwlmpr0ck4rtfk4d/withdraw_address \
  -X GET \
  -H "accept: application/json"

Return

{
    "withdraw_address": "cosmos1qp2cjs037tax8nvhaee7zguwlmpr0ck4rtfk4d"
}