/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
Parameter | Type | Description |
---|---|---|
Content-Type | String | application/json |
Authorization | String | Bearer <your api key> |
Encryptedkey | String | Encrypted key |
Walletname | String | Wallet name |
fromAddress | String | Sender's address |
toAddress | String | Receiver's address |
amount | Float | Amount to send |
comment | String |
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
Feedback sent
We appreciate your effort and will try to fix the article