Section | Details |
---|---|
Parameters | Header, Body, Responses |
Header | Content-Type: application/json, Authorization: Bearer <your API key>, API access key |
Body | propertyid, amount, fromaddress, toaddress |
Responses | 200: OK, Success! Token sent |
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
Feedback sent
We appreciate your effort and will try to fix the article