Create Multi Signature Address

Created by Admin KL, Modified on Sat, 17 Feb at 12:26 AM by Admin KL

create multiple signature address on Litecoin blockchain 

A POST request to generate a multi-signature address on the Litecoin Blockchain


Multi-signature address
ParameterTypeDescription
Content-TypeStringapplication/json
AuthorizationStringBearer <your api key>
WalletnameStringThe wallet name you created
EncryptedkeyStringEncrypted key
nrequiredIntegernumber of address required to sign a transaction


Base URL

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


Get Wallet Balance SDK

Liaas SDK package installation

/** 
 * Generated multi-signature address
 **/
 
 //pass your API key, the wallet name, and the address
const response = await liaasSdk.createMultiSignatureAddress(apiAccessKey,
wallet,
encrpytedPassphrase,
addresses,
nreqired,
address_type);


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