Blockchain Indexer API
Transactions

CBOR bytes of a transaction

1min
GET
https://mainnet.gomaestro-api.org/v1/transactions/{tx_hash}/cbor
Cardano Mainnet

Returns hex-encoded CBOR bytes of a transaction

Authentication
api-key
Path Parameters
tx_hash
*
Responses
200
Get a transaction's hex encoded cbor via a transaction hash
Example
{"data":"84a8008282582085b5faa0ea5e....0821a0008743d1a0c1c6598f5f6","last_updated":{"timestamp":"2022-10-10 20:25:28","block_hash":"9f729f5404f6a4efcd65f5306e8c1784a9277f7408369cb92c567ccbfb6460b6","block_slot":32295201}}
Description
Timestamped response. Returns the endpoint response data along with the chain-tip of the indexer, which details at which point in the chain's history the data was correct as-of.
data
*
last_updated
*
400
Malformed query parameters
404
No results found
500
Internal server error