Create Encrypted Wallet

Created by Admin KL, Modified on Wed, 21 Feb at 1:45 PM by Admin KL

/api/Wallet/Litecoin/create-encrypted-wallet

Kakr Omni Layer Services API Spec Compatibility

The Kakr LiaaS blockchain service is a standardized specification for developers building on top of Kakr LiaaS that allows an application to perform an entire Litecoin wallet system's actions without needing to learn that pinning service's unique API.
FieldValue
Endpoint/api/Wallet/Litecoin/create-encrypted-wallet
MethodPOST
Content-Typeapplication/json
AuthorizationBearer <your api key>
Body Parameterwallet_name
DescriptionA post request to create an encrypted wallet, merging the "Create wallet" and "Encrypt wallet" operations.
Response200: OK - Successfully Wallet Created

Kakr LiaaS users looking to utilize the Litecoin Blockchain Services API can do so from our dedicated API endpoint base URL: 

https://kakromnilayer.io/
kakromnilayer.io


Create Encrypted Wallet

Liaas SDK package installation

/** 
 * This combines the operation of creating a wallet and encrypting the wallet as a separate operation
 **/
 
 //pass your API key and the wallet name
 //This returns the passphrase and the encrypted key of the wallet.
const response = await liaasSdk.createEncryptedWallet(
apiAccessKey,
walletName)


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article