Create Raw Transaction (Advanced)
Creating a raw transaction with version 2 on the Litecoin blockchain involves constructing a transaction while you get to choose which UTXOs to spend.
Last updated
Creating a raw transaction with version 2 on the Litecoin blockchain involves constructing a transaction while you get to choose which UTXOs to spend.
Last updated
POST
/api/Litecoin/Create-Raw-LTC-Transactions-v2
This post requests to create a raw transaction v2 (the endpoint with more control over creating transactions) on the Litecoin blockchain. It's very critical yet utmost useful end-point in the cases when you do not remember or have forgotten your wallet name. We would highly recommend you to go through What are UTXOs page and How to spend UTXOs manually page before using this end-point.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Liaas SDK package installation
Content-Type
application/json
Authorization*
Bearer <your api key>
Attach your API key here
Usev2*
String
Value should be true or yes
senderAddress*
String
Sender's address
recipientAddress*
String
Receiver's address
amount*
Float
Amount to send
utxos*
Array<String>
Array of unspent transaction IDs (UTXOs)
vouts_n*
Array<Int>
Array of output indices corresponding to the unspent transaction