{ "opencollection": "1.0.0", "info": { "name": "0x Cross-Chain Sources API", "version": "v2" }, "items": [ { "info": { "name": "Sources", "type": "folder" }, "items": [ { "info": { "name": "Get Liquidity Sources", "type": "http" }, "http": { "method": "GET", "url": "https://api.0x.org/sources", "headers": [ { "name": "0x-api-key", "value": "" }, { "name": "0x-version", "value": "" } ], "params": [ { "name": "chainId", "value": "1", "type": "query", "description": "Chain ID. See [here](https://docs.0x.org/docs/introduction/supported-chains) for the list of supported chains" } ] }, "docs": "Get the list of supported sources" } ] } ], "bundled": true }