Skip to content

Generate and install participation keys to the node.

POST
/v2/participation/generate/{address}
address
required
string
/[A-Z0-9]{58}/

An account public key.

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.

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

Unknown Error