/cosmos/distribution/v1beta1/validators/{validator_address}/slashes
ValidatorSlashes queries slash events of a validator.
Parameters:
validator_address - string, validator_address defines the validator 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/validators/cosmosvaloper1clpqr4nrk4khgkxj78fcwwh6dl3uw4epsluffn/slashes
// Result
{
"slashes": [],
"pagination": {
"next_key": null,
"total": "0"
}
}
Previous/cosmos/distribution/v1beta1/validators/{validator_address}/outstanding_rewardsNext/cosmos/evidence/v1beta1/evidence
Last updated
Was this helpful?