/cosmos/evidence/v1beta1/evidence
AllEvidence queries all evidence.
Parameters:
None
Example:
// Request
curl -X GET -H 'Content-Type: application/json' https://zetachain.blockpi.network/lcd/v1/<your-api-key>/cosmos/evidence/v1beta1/evidence
// Result
{
"evidence": [],
"pagination": {
"next_key": null,
"total": "0"
}
}
Previous/cosmos/distribution/v1beta1/validators/{validator_address}/slashesNext/cosmos/evidence/v1beta1/evidence/{evidence_hash}
Last updated
Was this helpful?