Generate

Generate and install participation keys to the node.

post
Authorizations
Path parameters
addressstringRequired

An account public key

Query parameters
dilutionintegerOptional

Key dilution for two-level participation keys (defaults to sqrt of validity window).

firstintegerRequired

First round for participation key.

lastintegerRequired

Last round for participation key.

Responses
200
An empty JSON object is returned if the generation process was started. Currently no status is available.
application/json
Responsestring
post
POST /v2/participation/generate/{address} HTTP/1.1
Host: algo.nownodes.io
X-Algo-API-Token: YOUR_API_KEY
Accept: */*
text

Last updated