---
title: "SigningInfos queries signing info of all validators"
method: GET
path: "/cosmos/slashing/v1beta1/signing_infos"
tags: ["Query"]
---

# SigningInfos queries signing info of all validators

`GET /cosmos/slashing/v1beta1/signing_infos`

## Query parameters

- `pagination.key` string, byte
- `pagination.offset` string, uint64
- `pagination.limit` string, uint64
- `pagination.countTotal` boolean
- `pagination.reverse` boolean

## Response `200`

A successful response.

- CosmosSlashingV1beta1QuerySigningInfosResponse
  - `info` CosmosSlashingV1beta1ValidatorSigningInfo[]
    - `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.
  - `pagination` CosmosBaseQueryV1beta1PageResponse — PageResponse is to be embedded in gRPC response messages where the corresponding request message has used PageRequest. message SomeResponse { repeated Bar results = 1; PageResponse page = 2; }
    - `nextKey` string, byte — next_key is the key to be passed to PageRequest.key to query the next page most efficiently. It will be empty if there are no more results.
    - `total` string, uint64

## 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)
