For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

QueryDelegatorWithdrawAddressResponse is the response type for the Query/DelegatorWithdrawAddress RPC method.

withdraw_addressstringOptional

withdraw_address defines the delegator address to query for.

get/cosmos/distribution/v1beta1/delegators/{delegator_address}/withdraw_address
GET /cosmos/distribution/v1beta1/delegators/{delegator_address}/withdraw_address HTTP/1.1
Accept: */*
{
  "withdraw_address": "text"
}

Last updated

Was this helpful?