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
Was this helpful?
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
Was this helpful?
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 page and page before using this end-point.
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
Liaas SDK package