Send Token

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

SectionDetails
ParametersHeader, Body, Responses
HeaderContent-Type: application/json, Authorization: Bearer <your API key>, API access key
Bodypropertyid, amount, fromaddress, toaddress
Responses200: OK, Success! Token sent


Create SDA (Alias NFT) with Javascript SDK

Liaas SDK package installation

/** 
 * send a Token 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 and the created wallet name and encrypted key
const response = await liaasSdk.sendToken(
apiAccessKey,
wallet,
encryptedkey,
amount,
propertyid,
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