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
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"
}
]