Send Litecoin

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

/api/LTC/Main/Send-from-wallet-address

Send LTC from one address to another

This post request sends Litecoin from one address to a destinated address


ParameterTypeDescription
Content-TypeStringapplication/json
AuthorizationStringBearer <your api key>
EncryptedkeyStringEncrypted key
WalletnameStringWallet name
fromAddressStringSender's address
toAddressStringReceiver's address
amountFloatAmount to send
commentString


Send LTC with Javascript SDK

Liaas SDK package installation

/** 
 * send a LTC to another address
 **/
 
 //all the parameters specified here are the same as all the parameters in the API implementation
 //pass your API key, wallet name, and the encrypted key
const response = await liaasSdk.sendLtcFromWalletAddress(apiAccessKey,
walletName,
encryptedpassphrase,
recipientAddress,
amount,
comment,
senderAddress);

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