Get registered signers for an epoch
Returns the signers that registered at a given Epoch
get/signers/registered/{epoch}
Path parameters
Example:419
Cardano Epoch at which the signer registrations are registered
Response
Registered Signers found
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
pathrequest parameterepoch, the type of propertyoneOf[subschema #1 -> subschema #2]/changed from no type tostringrequest-parameter-property-type-changed
- ●