Terp Network Docs
APIsOpenapiQuery
GET
/cosmos/evidence/v1beta1/evidence/{hash}

Path Parameters

hash*string

hash defines the evidence hash of the requested evidence.

Query Parameters

evidence_hash?string

evidence_hash defines the hash of the requested evidence. Deprecated: Use hash, a HEX encoded string, instead.

Response Body

application/json

application/json

curl -X GET "http://localhost:1317/cosmos/evidence/v1beta1/evidence/string"
{
  "evidence": {
    "type_url": "string",
    "value": "string"
  }
}
{
  "error": "string",
  "code": 0,
  "message": "string",
  "details": [
    {
      "type_url": "string",
      "value": "string"
    }
  ]
}