---
title: "Transaction metadata content in CBOR"
method: GET
path: "/metadata/txs/labels/{label}/cbor"
tags: ["Cardano » Metadata"]
---

# Transaction metadata content in CBOR

`GET /metadata/txs/labels/{label}/cbor`

Transaction metadata per label.

## Path parameters

- `label` string, required

## Query parameters

- `count` integer
- `page` integer
- `order` 'asc' | 'desc'

## Response `200`

Return the account metadata content in CBOR

- object[]
  - `tx_hash` string, required — Transaction hash that contains the specific metadata
  - `cbor_metadata` string, nullable, required — Content of the CBOR metadata
  - `metadata` string, nullable, required — Content of the CBOR metadata in hex

## Other responses

- `400` — Bad request
- `403` — Authentication secret is missing or invalid
- `404` — Component not found
- `418` — IP has been auto-banned for extensive sending of requests after usage limit has been reached
- `429` — Usage limit reached
- `500` — Internal Server Error

---

[API](https://skmtc.net/txpipe/apis/blockfrost-io-api-documentation.md) · [All operations](https://skmtc.net/txpipe/apis/blockfrost-io-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/txpipe/blockfrost-io-api-documentation/revisions/4a2f67b16876/schema)
