Append state proof keys to a participation key
POST /v2/participation/{participation-id}
Given a participation ID, append state proof keys to a particular set of participation keys
Authorizations
Parameters
Path Parameters
Request Body required
The state proof keys to add to an existing participation ID
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