v1

latestOpenAPI 3.0.0MIT2026-07-17124105392.5 KB
Cardano » Metadata

Transaction metadata labels

List of all used transaction metadata labels.

get/metadata/txs/labels

Query parameters

countinteger

The number of results displayed on one page.

pageinteger

The page number for listing the results.

order'asc' | 'desc'

The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last.

Response

Return the account metadata content in CBOR

labelstring required

Metadata label

cip10string nullable required

CIP10 defined description

countstring required

The count of metadata entries with a specific label

Example response

[
  {
    "label": "1990",
    "cip10": null,
    "count": "1"
  },
  {
    "label": "1967",
    "cip10": "nut.link metadata oracles registry",
    "count": "3"
  },
  {
    "label": "1968",
    "cip10": "nut.link metadata oracles data points",
    "count": "16321"
  }
]