Cardano » Transactions
Transaction metadata in CBOR
Obtain the transaction metadata in CBOR.
get/txs/{hash}/metadata/cbor
Path parameters
hashstring 64-character case-sensitive hexadecimal string. required
Hash of the requested transaction
Response
Obtain metadata information associated with a specific transaction.
Example response
[
{
"label": "1968",
"cbor_metadata": "\\xa100a16b436f6d62696e6174696f6e8601010101010c",
"metadata": "a100a16b436f6d62696e6174696f6e8601010101010c"
}
]