---
title: "SigningInfo queries the signing info of given cons address"
method: GET
path: "/cosmos/slashing/v1beta1/signing_infos/{consAddress}"
tags: ["Query"]
---

# SigningInfo queries the signing info of given cons address

`GET /cosmos/slashing/v1beta1/signing_infos/{consAddress}`

## Path parameters

- `consAddress` string, required

## Response `200`

A successful response.

- CosmosSlashingV1beta1QuerySigningInfoResponse
  - `valSigningInfo` CosmosSlashingV1beta1ValidatorSigningInfo — ValidatorSigningInfo defines a validator's signing info for monitoring their liveness activity.
    - `address` string
    - `startHeight` string, int64
    - `indexOffset` string, int64 — Index which is incremented every time a validator is bonded in a block and _may_ have signed a pre-commit or not. This in conjunction with the signed_blocks_window param determines the index in the missed block bitmap.
    - `jailedUntil` string, date-time — Timestamp until which the validator is jailed due to liveness downtime.
    - `tombstoned` boolean — Whether or not a validator has been tombstoned (killed out of validator set). It is set once the validator commits an equivocation or for any other configured misbehavior.
    - `missedBlocksCounter` string, int64 — A counter of missed (unsigned) blocks. It is used to avoid unnecessary reads in the missed block bitmap.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/haqq-network/apis/haqq-network-grpc-api.md) · [All operations](https://skmtc.net/haqq-network/apis/haqq-network-grpc-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haqq-network/haqq-network-grpc-api/revisions/2d0419923f40/schema)
