Load Wallet

Created by Admin KL, Modified on Mon, 7 Oct at 4:46 PM by Admin KL

/api/Utility/load-wallet

Load Wallet

Importing or initializing a cryptographic wallet within the node's software environment. Nodes in a blockchain network can operate various functionalities

Load wallet ( API reference )

POST /api/Utility/load-wallet

Load Wallet to the Litecoin blockchain node

Headers

NameTypeDescription

Content-Type

application/json

application/json

Request Body

NameTypeDescription

filename*

String

Enter the name of the specific wallet you want to load.

200: OK Success! Wallet loaded

Base URL

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

Load wallet SDK

Liaas SDK package installation

/** 
 * Load Wallet
 **/
 
 //pass your API key and the wallet name
const response = await liaasSdk.loadWallet(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