{ "opencollection": "1.0.0", "info": { "name": "Blockfrost.io ~ API Documentation Cardano » Accounts Cardano » Metadata API", "version": "0.1.89" }, "request": { "auth": { "type": "apikey", "key": "project_id", "value": "{{project_id}}", "placement": "header" } }, "items": [ { "info": { "name": "Cardano » Metadata", "type": "folder" }, "items": [ { "info": { "name": "Transaction metadata labels", "type": "http" }, "http": { "method": "GET", "url": "https://cardano-mainnet.blockfrost.io/api/v0/metadata/txs/labels", "params": [ { "name": "count", "value": "", "type": "query", "description": "The number of results displayed on one page." }, { "name": "page", "value": "", "type": "query", "description": "The page number for listing the results." }, { "name": "order", "value": "", "type": "query", "description": "The ordering of items from the point of view of the blockchain,\nnot the page listing itself. By default, we return oldest first, newest last.\n" } ] }, "docs": "List of all used transaction metadata labels.\n" }, { "info": { "name": "Transaction metadata content in JSON", "type": "http" }, "http": { "method": "GET", "url": "https://cardano-mainnet.blockfrost.io/api/v0/metadata/txs/labels/:label", "params": [ { "name": "label", "value": "1990", "type": "path", "description": "Metadata label" }, { "name": "count", "value": "", "type": "query", "description": "The number of results displayed on one page." }, { "name": "page", "value": "", "type": "query", "description": "The page number for listing the results." }, { "name": "order", "value": "", "type": "query", "description": "The ordering of items from the point of view of the blockchain,\nnot the page listing itself. By default, we return oldest first, newest last.\n" } ] }, "docs": "Transaction metadata per label." }, { "info": { "name": "Transaction metadata content in CBOR", "type": "http" }, "http": { "method": "GET", "url": "https://cardano-mainnet.blockfrost.io/api/v0/metadata/txs/labels/:label/cbor", "params": [ { "name": "label", "value": "1990", "type": "path", "description": "Metadata label" }, { "name": "count", "value": "", "type": "query", "description": "The number of results displayed on one page." }, { "name": "page", "value": "", "type": "query", "description": "The page number for listing the results." }, { "name": "order", "value": "", "type": "query", "description": "The ordering of items from the point of view of the blockchain,\nnot the page listing itself. By default, we return oldest first, newest last.\n" } ] }, "docs": "Transaction metadata per label." } ] } ], "bundled": true }