getrawtransaction
Returns the raw transaction representation for a given transaction ID (txid
). If verbose
is true, returns a JSON object with detailed information; otherwise, returns a serialized hex-encoded string.
⚠ This endpoint is only available with Blast access.
Path parameters
apiKey
Request
This endpoint expects an object.
txid
The transaction ID to fetch.
verbose
Return verbose JSON or just the raw hex string.
blockhash
The block in which to look for the transaction (if not in the mempool).
Response
Raw transaction data.
Raw transaction as hex string.
OR