Last updated 9 months ago
An account public key
An empty JSON object is returned if the generation process was started. Currently no status is available.
const response = await fetch('https://algo.nownodes.io/v2/participation/generate/{address}?first=0&last=0', { method: 'POST', headers: {}, }); const data = await response.json();
text