{ "opencollection": "1.0.0", "info": { "name": "Yearn Finance yDaemon REST Chains Info API", "version": "1.0.0" }, "items": [ { "info": { "name": "Info", "type": "folder" }, "items": [ { "info": { "name": "Get supported chains", "type": "http" }, "http": { "method": "GET", "url": "https://ydaemon.yearn.fi/info/chains" }, "docs": "Returns the list of blockchain networks supported by the yDaemon API, including Ethereum, Optimism, Polygon, Fantom, Base, and Arbitrum, along with their RPC and contract configuration data." }, { "info": { "name": "Get blacklisted vaults", "type": "http" }, "http": { "method": "GET", "url": "https://ydaemon.yearn.fi/info/vaults/blacklisted" }, "docs": "Returns the list of vault contract addresses that are blacklisted and excluded from results across all supported networks." } ] } ], "bundled": true }