Terp Network Docs
APIsOpenapiQuery
GET
/cosmos/slashing/v1beta1/signing_infos/{cons_address}

Path Parameters

cons_address*string

cons_address is the address to query signing info of

Response Body

application/json

application/json

curl -X GET "http://localhost:1317/cosmos/slashing/v1beta1/signing_infos/string"
{
  "val_signing_info": {
    "address": "string",
    "start_height": "string",
    "index_offset": "string",
    "jailed_until": "2019-08-24T14:15:22Z",
    "tombstoned": true,
    "missed_blocks_counter": "string"
  }
}
{
  "error": "string",
  "code": 0,
  "message": "string",
  "details": [
    {
      "type_url": "string",
      "value": "string"
    }
  ]
}