/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://cosmos.blockpi.network/lcd/v1/<your-api-key>/cosmos/distribution/v1beta1/delegators/cosmos1j52fnrad494smwjp3l7tg4ng96s2kmzd9kgue9/validators
// Result
{
"validators": [
"cosmosvaloper130mdu9a0etmeuw52qfxk73pn0ga6gawkxsrlwf",
"cosmosvaloper1k2d9ed9vgfuk2m58a2d80q9u6qljkh4vfaqjfq",
"cosmosvaloper1clpqr4nrk4khgkxj78fcwwh6dl3uw4epsluffn"
]
}
Previous/cosmos/distribution/v1beta1/delegators/{}/rewards/{validator_address}Next/cosmos/distribution/v1beta1/delegators/{delegator_address}/withdraw_address
Last updated
Was this helpful?