{ "opencollection": "1.0.0", "info": { "name": "Blade Deposit liquidity-providers API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "liquidity-providers", "type": "folder" }, "items": [ { "info": { "name": "Returns all available liquidity providers for the specified chainId", "type": "http" }, "http": { "method": "GET", "url": "https://blade-api.sushi.com/liquidity-providers/v7/:chainId", "params": [ { "name": "chainId", "value": "", "type": "path", "description": "chainId" } ] }, "docs": "By passing in a chainId you can get the enabled liquidity providers.\n" } ] } ], "bundled": true }