Skip to main content

Transaction metadata labels

GET /metadata/txs/labels

List of all used transaction metadata labels.

Request

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 [
  • label string required

    Metadata label

    cip10 string nullable required

    CIP10 defined description

    count string required

    The count of metadata entries with a specific label

  • ]
Loading...