{ "opencollection": "1.0.0", "info": { "name": "Exactly Protocol Auditor ERC-4626 Liquidity API", "version": "1.0.0" }, "items": [ { "info": { "name": "Liquidity", "type": "folder" }, "items": [ { "info": { "name": "Compute account liquidity", "type": "http" }, "http": { "method": "POST", "url": "https://app.exact.ly/auditor/accountLiquidity", "body": { "type": "json", "data": "{}" } }, "docs": "Computes the total collateral value and total debt (plus effects of a simulated withdrawal) for an account across all enabled markets. Used to determine if an account is solvent or eligible for liquidation.\n" } ] } ], "bundled": true }