Broadcast Transaction
Broadcasting a transaction is the process of sending a signed transaction to the Litecoin network so that it can be validated and included in a block.
Broadcast transaction (API reference)
POST
/api/Litecoin/broadcast-transactions
This post requests to broadcast a signed transactions 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 (optional)
Usev2*
String
Value should be true or yes
Request Body
Name
Type
Description
signedTxHash*
String
Transaction hash response gotten from the sign-raw-transaction endpoint
Broadcast Transaction with Javascript SDK
Liaas SDK package installation
Last updated