Create Raw Transaction
Creating a raw transaction on the Litecoin blockchain involves constructing a transaction manually, specifying inputs, outputs, and necessary script operations.
Last updated
Was this helpful?
Creating a raw transaction on the Litecoin blockchain involves constructing a transaction manually, specifying inputs, outputs, and necessary script operations.
Last updated
Was this helpful?
POST
/api/Litecoin/Create-Raw-LTC-Transactions
This post requests to create a raw transaction on the Litecoin blockchain
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
senderAddress*
String
Sender's address
recipientAddress*
String
Receiver's address
amount*
Float
Amount to send
Liaas SDK package