Get raw transaction
Retrieves a hex encoded serialized transaction for a given ID.
GET
GET
/extended/v1/tx/{tx_id}/raw
Retrieves a hex encoded serialized transaction for a given ID.
Status code | Description |
---|---|
200 | Hex encoded serialized transaction |
404 | Cannot find transaction for given ID |
curl -X GET "https://api.mainnet.hiro.so/extended/v1/tx/%7Btx_id%7D/raw"
GET raw transaction
{
"raw_tx": "string"
}