Create Raw Transaction
Creating a raw transaction on the Litecoin blockchain involves constructing a transaction manually, specifying inputs, outputs, and necessary script operations.
Create a raw transaction (API reference)
POST
/api/Litecoin/Create-Raw-LTC-Transactions
This post requests to create a raw transaction on the Litecoin blockchain
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
Create Raw Transaction with Javascript SDK
Liaas SDK package installation
Last updated
Was this helpful?