Wallet Transaction Builder V2

Send LTC from wallet with specifying third party address to send the fraction of amount as a service fee/charge.

Send LTC from wallet to designated address (API reference)

POST /api/Litecoin/wallet-transaction-builder-v2

This post request sends Litecoin from wallet to a destinated address along with service fee amount and address in which service fee should go to. You can specify a custom address to receive the service fee, while the amount specified is sent to the intended recipient — all within a single transaction.

Note: This endpoint does not guarantee that change would reflect back to the same address of the wallet. It can go to any random address in the same wallet. In order to decide your change address, Please use Wallet Transaction Builder V3.

Headers

Name
Type
Description

Content-Type

application/json

Authorization*

Bearer <your api key>

Attach your API key here

encryptedpassphrase*

String

Encrypted key

wallet*

String

Wallet name

Usev2*

String

Value should be true or yes

Request Body

Name
Type
Description

toAddress*

String

Receiver's address

amount*

Float

Amount to send

transactionDescription*

String

Transaction description or comment

amountIncludeFees

boolean

This indicates whether the transaction fee should be deducted from the amount being transferred or not.

recipientName

String

Recipient Name

serviceFeeAddress*

String

Fee Receiver's address

serviceFeeAmount*

Float

Amount of Fees (must be lesser than amount)

Last updated

Was this helpful?