/cosmos/evidence/v1beta1/evidence

AllEvidence queries all evidence.

Parameters:

None

Example:

// Request
curl -X GET -H 'Content-Type: application/json' https://zetachain-athens.blockpi.network/lcd/v1/<your-api-key>/cosmos/evidence/v1beta1/evidence

// Result
{
  "evidence": [],
  "pagination": {
    "next_key": null,
    "total": "0"
  }
}

Last updated