Create Importable Wallet
Create importable wallet
The purpose of this endpoint is to allow users to create an importable wallet on the Litecoin Blockchain, facilitating the storage and management of Litecoin in a secure and efficient manner.
Create Importable Wallet (API reference)
POST
/api/Wallet/create-importable-wallet
A post request to create an importable wallet on the Litecoin Blockchain
Run on Postman
Headers
Name
Type
Description
Content-Type
String
application/json
Authorization*
Bearer <your api key>
Attach you API key here
Usev2*
String
Value should be true or yes
Request Body
Name
Type
Description
wallet_name*
String
type the name of the wallet you want to create
Create Importable wallet
//Create an importable wallet on the Litecoin blockchain
//pass your API key or Node URL and wallet name to be created
const response = await liaasSdk.createImportableWallet(nodeUrl_or_apiAccessKey, walletName);
;
Last updated
Was this helpful?