Withdraw address

DelegatorWithdrawAddress queries withdraw address of a delegator.

get
Path parameters
delegator_addressstringRequired

delegator_address defines the delegator address to query for.

Responses
200
A successful response.
application/json
get
GET /cosmos/distribution/v1beta1/delegators/{delegator_address}/withdraw_address HTTP/1.1
Host: fet.nownodes.io
Accept: */*
{
  "withdraw_address": "text"
}