---
title: "Get registered signers for an epoch"
method: GET
path: "/signers/registered/{epoch}"
---

# Get registered signers for an epoch

`GET /signers/registered/{epoch}`

Returns the signers that registered at a given Epoch

## Path parameters

- `epoch` union, required — Specifies which epoch to target for the request. Can be either: - A specific epoch number (e.g., 419) - 'latest' for the most recent epoch - 'latest' with a negative offset (e.g., 'latest-5') to target an epoch relative to the latest one
  - integer — Cardano chain epoch number
  - string — Use the latest epoch with an optional offset

## Response `200`

Registered Signers found

- SignerRegistrationsMessage — This message holds the registered signers at a given epoch.
  - `registered_at` integer — Cardano chain epoch number
  - `signing_at` integer — Cardano chain epoch number
  - `registrations` SignerRegistrationsListItemMessage[]
    - `stake` integer, required — Stake share as computed in the 'stake distribution' by the Cardano Node, multiplied by a billion (1.0e9)

## Other responses

- `404` — Registered Signers not found
- `default` — Registered Signers retrieval error

---

[API](https://skmtc.net/input-output-hk/apis/mithril-aggregator-server.md) · [All operations](https://skmtc.net/input-output-hk/apis/mithril-aggregator-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/input-output-hk/mithril-aggregator-server/versions/bbad910c52a3/schema)
