🔼Generate passphrase

Generate passphrase

This can be generated to encrypt the wallet's private keys and other sensitive information. This encryption secures the wallet contents, making it inaccessible without the passphrase.

Generate passphrase (API reference)

GET /api/Utility/Generate-passphrase

Returns the passphrases

Query Parameters

Name
Type
Description

max*

Integer

Number of words to be generated

Headers

Name
Type
Description

Content-Type*

application/json

application in JSON format

Base URL: https://kakromnilayer.io

Wallet passphrase with Javascript SDK

Liaas SDK package installation

/** 
 * Returns passphrase of specified length
**/


//pass your API key or Node URL
const response = await liaasSdk.generatePassphrase(nodeUrl_or_apiAccessKey, max);

Last updated

Was this helpful?