{ "opencollection": "1.0.0", "info": { "name": "Thornode Auth Block API", "version": "3.19.1" }, "items": [ { "info": { "name": "Block", "type": "folder" }, "items": [ { "info": { "name": "block", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/thorchain/block", "params": [ { "name": "height", "value": "", "type": "query", "description": "optional block height, defaults to current tip" } ] }, "docs": "Returns verbose details of the block." } ] } ], "bundled": true }