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
    }
  ]
}

Changes

Changed in 1 of the 55 revisions of this API.1

    • ●

      for the path request parameter epoch, the type of property oneOf[subschema #1 -> subschema #2]/ changed from no type to string

      request-parameter-property-type-changed