Skip to main content

Transaction metadata content in CBOR

GET /metadata/txs/labels/:label/cbor

Transaction metadata per label.

Request

Path Parameters

    label string required

    Metadata label

    Example: 1990

Query Parameters

    count integer

    Possible values: >= 1 and <= 100

    Default value: 100

    The number of results displayed on one page.

    page integer

    Possible values: >= 1 and <= 21474836

    Default value: 1

    The page number for listing the results.

    order string

    Possible values: [asc, desc]

    Default value: asc

    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.

Responses

Return the account metadata content in CBOR


Schema
  • Array [
  • tx_hash string required

    Transaction hash that contains the specific metadata

    cbor_metadata string nullable deprecated

    Content of the CBOR metadata

    metadata string nullable required

    Content of the CBOR metadata in hex

  • ]
Loading...