Skip to main content

Transaction metadata

GET /txs/:hash/metadata

Authorization

name: project_idtype: apiKeyin: headerdescription: There are multiple token types available based on network you choose
when creating a Blockfrost a project, for a list of token types
see available networks.

Obtain the transaction metadata.

Request

Path Parameters

    hash 64-character case-sensitive hexadecimal string. required

    Hash of the requested transaction

    Example: 6e5f825c82c1c6d6b77f2a14092f3b78c8f1b66db6f4cf8caec1555b6f967b3b
Responses

Obtain metadata information associated with a specific transaction.


Schema
  • Array [
  • label string required

    Metadata label

    json_metadata objectrequired

    Content of the metadata

    oneOf

  • string
  • ]
GET /txs/:hash/metadata

Authorization

name: project_idtype: apiKeyin: headerdescription: There are multiple token types available based on network you choose
when creating a Blockfrost a project, for a list of token types
see available networks.

Request

Base URL
https://cardano-mainnet.blockfrost.io/api/v0
project_id
hash — path required
curl / cURL
curl -L -X GET 'https://cardano-mainnet.blockfrost.io/api/v0/txs/:hash/metadata' \
-H 'Accept: application/json' \
-H 'project_id: <API_KEY_VALUE>'