Terp Network Docs
APIsOpenapiQuery
GET
/cosmos/distribution/v1beta1/delegators/{delegator_address}/withdraw_address

Path Parameters

delegator_address*string

delegator_address defines the delegator address to query for.

Response Body

application/json

application/json

curl -X GET "http://localhost:1317/cosmos/distribution/v1beta1/delegators/string/withdraw_address"
{
  "withdraw_address": "string"
}
{
  "error": "string",
  "code": 0,
  "message": "string",
  "details": [
    {
      "type_url": "string",
      "value": "string"
    }
  ]
}