{ "opencollection": "1.0.0", "info": { "name": "Signer Metrics Accounts Burn Blocks API", "version": "1.0.3" }, "items": [ { "info": { "name": "Burn Blocks", "type": "folder" }, "items": [ { "info": { "name": "Get burn blocks", "type": "http" }, "http": { "method": "GET", "url": "https://api.hiro.so/extended/v2/burn-blocks/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Results per page" }, { "name": "offset", "value": "", "type": "query", "description": "Result offset" } ] }, "docs": "Retrieves a list of recent burn blocks" }, { "info": { "name": "Get burn block", "type": "http" }, "http": { "method": "GET", "url": "https://api.hiro.so/extended/v2/burn-blocks/:height_or_hash", "params": [ { "name": "height_or_hash", "value": "", "type": "path" } ] }, "docs": "Retrieves a single burn block" }, { "info": { "name": "Get blocks by burn block", "type": "http" }, "http": { "method": "GET", "url": "https://api.hiro.so/extended/v2/burn-blocks/:height_or_hash/blocks", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Results per page" }, { "name": "offset", "value": "", "type": "query", "description": "Result offset" }, { "name": "height_or_hash", "value": "", "type": "path" } ] }, "docs": "Retrieves a list of blocks confirmed by a specific burn block" } ] } ], "bundled": true }