Get raw transaction

Retrieves a hex encoded serialized transaction for a given ID.

GET
/extended/v1/tx/{tx_id}/raw

Get Raw Transaction

Retrieves a hex encoded serialized transaction for a given ID

Status codeDescription
200Hex encoded serialized transaction
404Cannot find transaction for given ID
/extended/v1/tx/{tx_id}/raw
curl -X GET "https://api.hiro.so/extended/v1/tx/%7Btx_id%7D/raw"

GET raw transaction

{
  "raw_tx": "string"
}