{ "opencollection": "1.0.0", "info": { "name": "Blockfrost.io ~ API Documentation Cardano ยป Accounts Nut.link API", "version": "0.1.87" }, "request": { "auth": { "type": "apikey", "key": "project_id", "value": "{{project_id}}", "placement": "header" } }, "items": [ { "info": { "name": "Nut.link", "type": "folder" }, "items": [ { "info": { "name": "Blockfrost Specific Nut.link Address", "type": "http" }, "http": { "method": "GET", "url": "https://cardano-mainnet.blockfrost.io/api/v0/nutlink/:address", "params": [ { "name": "address", "value": "", "type": "path" } ] }, "docs": "List metadata about specific address" }, { "info": { "name": "Blockfrost List of Tickers of an Oracle", "type": "http" }, "http": { "method": "GET", "url": "https://cardano-mainnet.blockfrost.io/api/v0/nutlink/:address/tickers", "params": [ { "name": "address", "value": "", "type": "path" }, { "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 records of a specific oracle" }, { "info": { "name": "Blockfrost Specific Ticker for an Address", "type": "http" }, "http": { "method": "GET", "url": "https://cardano-mainnet.blockfrost.io/api/v0/nutlink/:address/tickers/:ticker", "params": [ { "name": "address", "value": "", "type": "path" }, { "name": "ticker", "value": "", "type": "path" }, { "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 records of a specific ticker" }, { "info": { "name": "Blockfrost Specific Ticker", "type": "http" }, "http": { "method": "GET", "url": "https://cardano-mainnet.blockfrost.io/api/v0/nutlink/tickers/:ticker", "params": [ { "name": "ticker", "value": "", "type": "path" }, { "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 records of a specific ticker" } ] } ], "bundled": true }