Generate and install participation keys to the node.
POST /v2/participation/generate/{address}
POST
/v2/participation/generate/{address}
Authorizations
Parameters
Path Parameters
address
required
string
An account public key
Query Parameters
dilution
integer
Key dilution for two-level participation keys (defaults to sqrt of validity window).
first
required
integer
First round for participation key.
last
required
integer
Last round for participation key.
Responses
200
An empty JSON object is returned if the generation process was started. Currently no status is available.
string
400
Bad Request
An error response with optional data field.
object
data
object
message
required
string
401
Invalid API Token
An error response with optional data field.
object
data
object
message
required
string
500
Internal Error
An error response with optional data field.
object
data
object
message
required
string
503
Service Temporarily Unavailable
An error response with optional data field.
object
data
object
message
required
string
default
Unknown Error