v53

latestOpenAPI 3.1.1BSD 3-Clause Licenseraw.githubusercontent.com2026-08-013157111.1 KB

Get registered signers for an epoch

Returns the signers that registered at a given Epoch

get/signers/registered/{epoch}

Path parameters

integer required

Cardano chain epoch number

OR
string required

Use the latest epoch with an optional offset

Example:419

Cardano Epoch at which the signer registrations are registered

Response

Registered Signers found

registered_atinteger

Cardano chain epoch number

signing_atinteger

Cardano chain epoch number

Example response

{
  "registered_at": 420,
  "signing_at": 422,
  "registrations": [
    {
      "party_id": "1234567890",
      "stake": 1234
    }
  ]
}