Send SDA/NFT

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


/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 


ParameterTypeDescription
Content-TypeHeaderapplication/json
AuthorizationHeaderBearer <your API key>
WalletnameBodyString
EncryptedkeyBodyString
propertyIdBodyString
amountToSendBodyString
senderBodyString
receiverBody


Send SDA (Alias NFT) with Javascript SDK

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

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