/cosmos/distribution/v1beta1/delegators/{delegator_address}/validators
DelegatorValidators queries the validators of a delegator.
Parameters:
delegator_address - string, delegator_address defines the delegator address to query for.
Example:
// Request
curl -X GET -H 'Content-Type: application/json' https://zetachain.blockpi.network/lcd/v1/<your-api-key>/cosmos/distribution/v1beta1/delegators/zeta1tzflr0lc0s9fxpx2h6770uj0z7jlk0q3smulpv/validators
// Result
{
"validators": [
"zetavaloper1t4zkm98wf625k7y5ntv850rqzy3rd4a05vzq2r"
]
}
Previous/cosmos/distribution/v1beta1/delegators/{}/rewards/{validator_address}Next/cosmos/distribution/v1beta1/delegators/{delegator_address}/withdraw_address
Last updated
Was this helpful?