Transactions
Get raw transaction hex.
Unversioned public endpoint exposed by Blockbook for raw transaction data.
Load estimate: Medium; payload size grows with raw transaction size.
get/api/rawtx/{txid}
Path parameters
txidstring required
Transaction id/hash.
Response
Raw transaction hex as a JSON string.
string required