Create Raw Transaction V3

Creating a raw transaction on the Litecoin blockchain involves constructing a transaction manually, with specifying third party address to send the fraction of amount as a service fee/charge.

Create a raw transaction v3 (API referencearrow-up-right)

POST /api/Litecoin/Create-Raw-LTC-Transactions-V3

Create a Raw Litecoin Transaction with Custom Service Fee Output

This post requests to create a raw transaction on the Litecoin blockchain which allows you to construct a raw Litecoin transaction that includes a designated service fee output. You can specify a custom address to receive the service fee, while the remaining amount is sent to the intended recipient — all within a single transaction.

Ideal for custodial platforms or tools that need to automatically collect service or processing fees without requiring separate transactions.

Headers

Name
Type
Description

Content-Type

application/json

Authorization*

Bearer <your api key>

Attach your API key here

wallet*

String

Wallet name

Usev2*

String

Value should be true or yes

Request Body

Name
Type
Description

senderAddress*

String

Sender's address

recipientAddress*

String

Receiver's address

amount*

Float

Amount to send

serviceFeeAddress*

String

Fee Receiver's address

serviceFeeAmount*

Float

Amount of Fees (must be lesser than amount)

Last updated

Was this helpful?