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