{ "opencollection": "1.0.0", "info": { "name": "Blockfrost.io ~ API Documentation Cardano » Accounts Cardano » Assets API", "version": "0.1.89" }, "request": { "auth": { "type": "apikey", "key": "project_id", "value": "{{project_id}}", "placement": "header" } }, "items": [ { "info": { "name": "Cardano » Assets", "type": "folder" }, "items": [ { "info": { "name": "Assets", "type": "http" }, "http": { "method": "GET", "url": "https://cardano-mainnet.blockfrost.io/api/v0/assets", "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.\nOrdering in this case is based on the time of the first mint transaction.\n" } ] }, "docs": "List of assets. If an asset is completely burned,\nit will stay on the list with quantity 0 (order of assets is immutable).\n" }, { "info": { "name": "Specific asset", "type": "http" }, "http": { "method": "GET", "url": "https://cardano-mainnet.blockfrost.io/api/v0/assets/:asset", "params": [ { "name": "asset", "value": "b0d07d45fe9514f80213f4020e5a61241458be626841cde717cb38a76e7574636f696e", "type": "path", "description": "Concatenation of the policy_id and hex-encoded asset_name" } ] }, "docs": "Information about a specific asset" }, { "info": { "name": "Asset history", "type": "http" }, "http": { "method": "GET", "url": "https://cardano-mainnet.blockfrost.io/api/v0/assets/:asset/history", "params": [ { "name": "asset", "value": "b0d07d45fe9514f80213f4020e5a61241458be626841cde717cb38a76e7574636f696e", "type": "path", "description": "Concatenation of the policy_id and hex-encoded asset_name" }, { "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": "History of a specific asset" }, { "info": { "name": "Asset txs", "type": "http" }, "http": { "method": "GET", "url": "https://cardano-mainnet.blockfrost.io/api/v0/assets/:asset/txs", "params": [ { "name": "asset", "value": "b0d07d45fe9514f80213f4020e5a61241458be626841cde717cb38a76e7574636f696e", "type": "path", "description": "Concatenation of the policy_id and hex-encoded asset_name" }, { "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 a specific asset transactions" }, { "info": { "name": "Asset transactions", "type": "http" }, "http": { "method": "GET", "url": "https://cardano-mainnet.blockfrost.io/api/v0/assets/:asset/transactions", "params": [ { "name": "asset", "value": "b0d07d45fe9514f80213f4020e5a61241458be626841cde717cb38a76e7574636f696e", "type": "path", "description": "Concatenation of the policy_id and hex-encoded asset_name" }, { "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 a specific asset transactions" }, { "info": { "name": "Asset addresses", "type": "http" }, "http": { "method": "GET", "url": "https://cardano-mainnet.blockfrost.io/api/v0/assets/:asset/addresses", "params": [ { "name": "asset", "value": "b0d07d45fe9514f80213f4020e5a61241458be626841cde717cb38a76e7574636f696e", "type": "path", "description": "Concatenation of the policy_id and hex-encoded asset_name" }, { "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 a addresses containing a specific asset" }, { "info": { "name": "Assets of a specific policy", "type": "http" }, "http": { "method": "GET", "url": "https://cardano-mainnet.blockfrost.io/api/v0/assets/policy/:policy_id", "params": [ { "name": "policy_id", "value": "476039a0949cf0b22f6a800f56780184c44533887ca6e821007840c3", "type": "path", "description": "Specific policy_id" }, { "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 asset minted under a specific policy" } ] } ], "bundled": true }