Skip to main content

Get Raw Transaction

Retrieves a hex encoded serialized transaction for a given ID

Path Parameters
tx_id string REQUIRED

Hash of transaction

Responses
200

Hex encoded serialized transaction

Schema OPTIONAL
raw_tx string

A hex encoded serialized transaction

404

Cannot find transaction for given ID

get_raw_transaction_by_id
GET /extended/v1/tx/:tx_id/raw
tx_id — path
https://api.mainnet.hiro.so
curl -L 'https://api.mainnet.hiro.so/extended/v1/tx/:tx_id/raw' \
-H 'Accept: application/json'