Product Updates: more borrow coverage, deeper vault analytics
The past month expanded the information available via our API and app. Advanced analytics such as max drawdown (MDD) and underlying asset composition moved into beta, borrow coverage expanded to support Euler markets, and more...
The past month expanded the information available via our API and app. Advanced analytics such as max drawdown (MDD) and underlying asset composition moved into beta, borrow coverage expanded to support Euler markets, and more...
Borrow market data, positions, and discovery
Euler borrow markets joined the existing Beta coverage.

In the app, Borrow is now part of the main navigation. Users can inspect dedicated market detail pages, see supplied and borrowed positions in the dashboard, and find detailed historical data and parameters for each market inside the app.

The borrow API (currently in beta) now covers more of the workflow required to build borrow features inside external apps, using shared API or SDK model.
Near-real-time market data is available through:
GET /beta/borrow/markets/nrt/{network}/{marketId}/{assetId}The endpoint returns current market-asset values such as oracle price, supply rate, borrow rate, utilization, total supplied, total borrowed, and available liquidity.
Find these endpoints and more in our API docs.
Vault composition (underlying allocations)
Composition, part of our advanced analytics feature set, now shows how vaults deploy underlying assets in the vault strategy. For example, composition shows which collateral-specific markets each Morpho vault is allocated to.
Coverage expanded across MetaMorpho-style vaults and additional Morpho V2 vaults. Composition results include deployed allocations and idle assets where available, so percentages can account for capital that has not been allocated to an underlying market.

The same information now appears on vault detail pages in the app. This gives users a direct view of current allocations.
Advanced Analytics features, now in Beta
Advanced Analytics is now available through the beta version of our API:
POST /beta/advanced-analytics
POST /beta/advanced-analytics/{network}/{vaultId}The single-vault endpoint provides a direct way to request analytics for one opportunity. The list endpoint supports the same filtering and pagination model used for broader vault analysis.
Available selectors include:
- Max drawdown (MDD): the largest observed peak-to-trough decline in vault price per share over the tracked window.
- Withdrawal pause ratio: the share of time during which withdrawals were paused (e.g. redemptions were not available for 0.6% of the vault's operating history).
- Composition: current underlying allocations and idle assets where available (see section above for examples).
- Utilization rate: current utilization rate for vault assets. Supported for Morpho vaults, as well as Aave and Spark lending pools.
- Detailed vault data: the standard detailed-vault payload embedded with the requested analytics.
Selectors let integrators request heavier calculations only when needed.
Other enhancements inside the app
Vault detail pages now include a Show APY as avg. of control. Users can change the displayed APY window from the opportunity page without returning to the global navigation controls. Every displayed rate remains tied to its selected averaging window.

We also updated Reputation Score behavior. Network Score no longer contributes to the active vault score. The field remains available as deprecated diagnostic data in V2 detailed-vault responses for backwards compatibility.
Additional API and app updates
- Expanded Merkl reward ingestion for eligible Aave net-lending campaigns, improving reward APY coverage.
- Improved wrapped-asset discovery and unwrapping for vaults that hold receipt tokens or other wrapped assets.
- Added Robinhood network coverage, including Morpho Robinhood products.
- Added protocol display names to API responses and app filters.
- Added borrow positions to app My positions dashboard page.
For devs
- Borrow APIs (beta) added near-real-time data, richer capacity fields, broader filtering, consistent market asset identifiers, and Euler coverage.
- Advanced Analytics (beta) now supports list and single-vault requests for max drawdown, withdrawal pause ratio, composition, utilization, and detailed vault data.
- Morpho
compositioncoverage expanded, including idle assets where available. - Borrow market responses gained Morpho liquidation penalties and clearer links between positions and market data.
- Robinhood network coverage is available through V2 network-aware endpoints.
See the vaults.fyi changelog for the full week-by-week list.
Questions? Reach us at t.me/vaultsfyisupport or x.com/vaultsfyi.