{ "opencollection": "1.0.0", "info": { "name": "Thornode Auth TradeUnit API", "version": "3.19.1" }, "items": [ { "info": { "name": "TradeUnit", "type": "folder" }, "items": [ { "info": { "name": "trade_unit", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/thorchain/trade/unit/:asset", "params": [ { "name": "height", "value": "", "type": "query", "description": "optional block height, defaults to current tip" }, { "name": "asset", "value": "", "type": "path" } ] }, "docs": "Returns the total units and depth of a trade asset" } ] } ], "bundled": true }