/api/Assets/Litecoin/NFT/Send
Send SDA /NFT
A post request to create a fungible token, attach token, store token, and send token on the Litecoin Blockchain
Parameter | Type | Description |
---|---|---|
Content-Type | Header | application/json |
Authorization | Header | Bearer <your API key> |
Walletname | Body | String |
Encryptedkey | Body | String |
propertyId | Body | String |
amountToSend | Body | String |
sender | Body | String |
receiver | Body |
Liaas SDK package installation
/** * send a SDA to another address on the Litecoin Blockchain **/ //all the parameters specified here are small as all the parameters in API implementation //pass your API key, wallet name and the encrypted key const response = await liaasSdk.transferNft( apiAccessKey, walletName, encryptedpassphrase, collectionId, tokenStart, tokenEnd, amountToSend, fromAddress, toAddress);
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