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.
Last updated
Was this helpful?
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.
Last updated
Was this helpful?
POST
/api/Litecoin/broadcast-transactions
This post requests to broadcast a on the Litecoin blockchain
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
signedTxHash*
String
Transaction hash response gotten from the sign-raw-transaction endpoint
Liaas SDK package