v1

latestOpenAPI 3.0.0MIT2026-07-17124105392.5 KB
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.

labelstring required

Metadata label

cbor_metadatastring nullable required

Content of the CBOR metadata

metadatastring nullable required

Content of the CBOR metadata in hex

Example response

[
  {
    "label": "1968",
    "cbor_metadata": "\\xa100a16b436f6d62696e6174696f6e8601010101010c",
    "metadata": "a100a16b436f6d62696e6174696f6e8601010101010c"
  }
]