openapi
openapi copied to clipboard
Given transaction hash return full transaction as cbor.
It would be desired to have an endpoint that given transaction hash simply returns the whole transaction body as cbor.
Such an endpoint is needed to deserialise transaction in various off-chain tools and exactly analyze it, e.g. check witness signatures.
As we designed Blockfrost to provide interpretation of information about the blockchain, not serve the blob information directly, this is not a priority at the moment, but we might implement this in the future.