Send Transaction (GET)
GET
/{apiKey}/api/v2/sendtx/{hex}
Broadcasts a signed raw Litecoin transaction encoded as a hex string in the path. Returns the transaction ID on success. The example value below is the hex of an already-confirmed Litecoin transaction; re-sending it will respond with the Bitcoin-Core -27: Transaction already in block chain error. Substitute your own signed raw-transaction hex to broadcast. For larger payloads, use the POST variant.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
stringrequired
Hex-encoded raw transaction bytes.
Responses
200
Transaction broadcast result.
400
Malformed request.
Was this page helpful?