Get participation key info given a participation ID
GET /v2/participation/{participation-id}
Given a participation ID, return information about that participation key
Authorizations
Parameters
Path Parameters
Responses
200
A detailed description of a participation ID
Represents a participation key used by the node.
object
Address the key was generated for.
When registered, this is the first round it may be used.
When registered, this is the last round it may be used.
The key’s ParticipationID.
AccountParticipation describes the parameters used by this account in consensus protocol.
object
[sel] Selection public key (if any) currently registered for this round.
[stprf] Root of the state proof key (if any)
[voteFst] First round for which this participation is valid.
[voteKD] Number of subkeys in each batch of participation keys.
[voteLst] Last round for which this participation is valid.
[vote] root participation public key (if any) currently registered for this round.
Round when this key was last used to propose a block.
Round when this key was last used to generate a state proof.
Round when this key was last used to vote.
400
Bad Request
An error response with optional data field.
object
object
401
Invalid API Token
An error response with optional data field.
object
object
404
Participation Key Not Found
An error response with optional data field.
object
object
500
Internal Error
An error response with optional data field.
object
object
default
Unknown Error