Skip to main content

Transaction metadata content in JSON

GET /metadata/txs/labels/:label

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


Schema
  • Array [
  • tx_hash string required

    Transaction hash that contains the specific metadata

    json_metadata objectnullablerequired

    Content of the JSON metadata

    anyOf

  • string
  • ]
Loading...