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

Validators

DelegatorValidators queries the validators of a delegator.

get
Path parameters
delegator_addressstringRequired

delegator_address defines the delegator address to query for.

Responses
200

A successful response.

application/json

QueryDelegatorValidatorsResponse is the response type for the Query/DelegatorValidators RPC method.

validatorsstring[]Optional

validators defines the validators a delegator is delegating for.

get/cosmos/distribution/v1beta1/delegators/{delegator_address}/validators

Last updated

Was this helpful?