This page tracks all notable updates to the vaults.fyi API and application, organized by week.Documentation Index
Fetch the complete documentation index at: https://docs.vaults.fyi/llms.txt
Use this file to discover all available pages before exploring further.
Week 18, 2026 — Apr 28–May 4
API-
Reputation Score now reflects active vault flags — warnings and risk indicators directly apply severity-based penalties to each vault’s Reputation Score: critical flags carry the largest deduction, warning flags moderate, and info-level flags minimal. Vaults with active warnings will show a lower Reputation Score, providing a more accurate signal of current vault health. This change is backwards compatible. Responses now include a
penaltyComponentsfield detailing each active flag and its resolution status. -
New
GET /v2/transactions/suffix/{userAddress}/{vaultId}endpoint — returns a raw hex suffix to append to transaction calldata, enabling onchain attribution of deposits and withdrawals back to your API key. -
New borrow markets endpoints (Alpha) — four new endpoints for discovering and analyzing borrowing opportunities:
GET /alpha/borrow/markets/— all supported borrow markets across networksGET /alpha/borrow/markets/{network}— filter by networkGET /alpha/borrow/markets/{network}/{marketId}— detailed data for a single market, including rates, utilization, and collateralGET /alpha/borrow/markets/historical/{network}/{marketId}/{assetAddress}— historical rates and utilization over time for a specific asset within a market
- StakeWise V3 transactional support — deposit and withdrawal flows now available for StakeWise V3 vaults. See the transactions reference.
- Expanded Solana vault coverage — Jupiter and Kamino Vaults are now fully integrated, extending beyond the data aggregates added in Week 16 to include complete vault support.
- Improved BoringVault support — async deposit and withdrawal queues are now handled correctly throughout the transaction lifecycle.
- Updated landing page at vaults.fyi.
- Redesigned side panel on vault detail pages.
Week 17, 2026 — Apr 21–27
API • IntroducedvaultId — a new stable identifier field on vault responses and a new path parameter across detailed-vaults, historical, NRT, portfolio, and transactions endpoints. vaultId supports both contract addresses and non-address identifiers like Morpho market IDs. Fully backwards compatible: existing vault addresses continue to work.
• Faster holder queries — vault holder data now returns significantly faster, especially for high-holder-count vaults.
• Near real-time (NRT) endpoints moved out of Alpha API, now exclusively available on the V2 production API.
• Rhinestone intent transactions now reject partial solves instead of silently returning incomplete execution paths.
App
• Continued app redesign rollout: refreshed top navigation bar, updated vault page layout, redesigned table UI, and new input styling.
• Updated vault score thresholds in the UI display.
Week 16, 2026 — Apr 14–20
API- NRT endpoints promoted to production — near-real-time vault data (
/v2/nrt/vault/...) is now available on the V2 API, delivering live share price, total supply, total assets, and underlying asset price. - All 34 V2 endpoints now include
operationIdandsummaryfields in the OpenAPI spec, improving SDK code generation and API explorer usability. - New descriptive tags across all endpoint groups (General, Detailed Vaults, Benchmarks, Historical, Portfolio, Transactions, NRT) for better API navigation.
apyCompositeon detailed-vaults responses now includesassetGroupandassetPriceInUsdfor the underlying asset.- Removed ERC-4626 restriction for Rhinestone intent quotes, broadening cross-chain deposit support to non-ERC-4626 vaults.
- Added Kamino and Jupiter Earn vault aggregates for Solana coverage.
- Intrinsic APY now displays on the dashboard for vaults with nested yield sources.
Week 15, 2026 — Apr 7–13
API- Added transactional support for IPOR and Advanced Strategies BTC, enabling deposit and withdrawal flows for these protocols.
- Added Convex protocol-specific position data to the positions endpoint.
- Launched the first phase of the app redesign with refreshed navigation, updated icons, and the new Geist typeface.
- Improved search accuracy across the vault table with tuned fuzzy matching.
Week 14, 2026 — Mar 31–Apr 7
API- Added APYx, Aave V4 (tokenized spokes), and Ember as new protocol integrations.
- New
GET /v2/protocolsendpoint returns the full list of available protocols with name, product, and version. Useful for populating filter dropdowns and validatingallowedProtocolsparams. - New
apyCompositefield on detailed-vaults responses replacesintrinsic, with a richer structure:totalApy(compounded vault + underlying APY) andintrinsicApy(yield intrinsic to the underlying asset, e.g. staking yield), each with 1day / 7day / 30day intervals including base, reward, and total. - New
minVaultScorefilter on detailed-vaults endpoints for filtering by vault quality score. - Shipped auto-indexing for new vaults — newly deployed vaults are now surfaced in the API faster.
Migration required: All
/experimental/ endpoints have been renamed to /alpha/. Update any integrations using /experimental/ paths. See the Alpha API reference.- The /analytics page gained split network benchmarks, shared Y-axis scaling for chart comparison, and updated default vault comparison lists.
- Fee transparency improved with Fluid withdrawal fee notes and generic fee indicators.
- Added protocol tooltip to the vault table, APY format capping above 1,000% for cleaner display, and updated protocol/curator images.
Week 13, 2026 — Mar 24–30
API- Vault capacity landed in the
detailed-vaultsendpoint — integrators can now see deposit caps and utilization. - Added vault flags with severity to the API, surfacing warning indicators for vaults.
- CCTP forwarding fee optimization skips unnecessary fees for same-chain operations.
- Shipped major /analytics page upgrades: TVL sections, shareable benchmark URLs via URL params, improved benchmark dropdown, and repositioned APY range toggle and period selector.
- Vault flags now display as warning indicators on vault listings.
Week 12, 2026 — Mar 17–23
API- Added Etherlink as a new network with Morpho vault factories.
- Launched OpenCover protocol support with solver-based async deposit settlement tracking.
- Vault capacity data is now aggregated and stored, with the pipeline ready for API exposure.
- Introduced vault warnings with severity levels.
- Etherlink fully integrated in the app.
- The asset scoring system was revamped for more accurate reputation calculations, and intrinsic yield indicators now display in the UI.
- CCTP transfer tracking added to the frontend.
Week 11, 2026 — Mar 10–16
API- Added Ultrayield as a new protocol.
- Introduced multi-asset Upshift vaults, a Gauntlet gtBTC vault, and capacity indicators that show when vaults are near their supply cap.
- Shipped the CCTP cross-chain bridging page, enabling users to bridge assets between supported networks directly in the app.
- The vault opportunity page was redesigned with improved SEO and layout.
Week 10, 2026 — Mar 3–9
API- Added Concrete V2 protocol with full async request-redeem flows.
- Shipped NRT endpoints (alpha) and moved deep AMM endpoints to the new beta API section.
- Reorganized alpha API structure for clearer endpoint grouping.
- Major vault page redesign went live.
Week 9, 2026 — Feb 24–Mar 2
API- Added near-real-time (“NRT”) endpoints (alpha) for current data on vault share price, total assets, total supply, and underlying asset price.
- Shipped historical asset prices endpoint (
/v2/historical/asset-prices/{network}/{address}) for USD price time series. - Introduced APY update timestamps for LLMs to help AI consumers know data freshness.
- Expanded Upshift support with separate handling for distinct vault types.
Week 8, 2026 — Feb 17–23
API- Launched vault fees in the API — the
detailed-vaultsendpoint now returns fee data (performance, management, deposit) read from onchain contracts.
Week 7, 2026 — Feb 10–16
API- Shipped Aera vaults on additional chains (beyond mainnet).
- Added external links on vault pages and curator name truncation.
- Improved wallet connectivity with enhanced capabilities detection.
Week 6, 2026 — Feb 3–9
API- Added Monad chain setup and initial configuration.
- Improved position tracking accuracy with daily user balance computation.
- Added the intent status endpoint (alpha) and expanded intent quote responses with asset decimals and expiration timestamps.
- Added Avon protocol with analytics and transactional support.
- Fixed holders chart rendering for edge cases.
Week 5, 2026 — Jan 27–Feb 2
API- Added the Pendle transactions endpoint (alpha) for constructing Pendle position entry/exit flows, plus a Pendle transactions context endpoint for pre-flight data.
- Shipped Veda vault event tracking for improved queue monitoring and position visibility.
- Introduced isCorrupted flag in vault responses to surface data quality issues transparently.
- Launched CCTP cross-chain bridge transaction endpoints (alpha) — context, execution, and status tracking for Circle CCTP transfers.
- Improved holder computation performance and balance calculation accuracy.
Week 4, 2026 — Jan 20–26
API- Shipped intent-based cross-chain transactions (alpha) with Rhinestone integration, enabling cross-chain deposit flows via EIP-712 signed quotes.
- APY min/max filters were expanded for more flexible vault queries.
- Added Kelp restaking analytics support.
- Added multiple rewards claiming UI overhaul for better multi-vault reward management.
- Refined network filter sorting with proper chain name handling.
Week 3, 2026 — Jan 13–19
API- Introduced the alpha Pendle market read endpoint, laying groundwork for fixed-term yield products.
- Added deposit limit visibility — the
detailed-vaultsendpoint now returnsmaxDepositdata. - Shipped Mellow multi-vault transactional support and split the Mellow protocol into distinct services.
- Added Euler on Linea and the Katana MetaMorpho integration.
- Deposit limit indicators now display in the app UI.
- Frontend optimizations reduced memory usage and bundle size for faster page loads.
Week 2, 2026 — Jan 6–12
API- Launched the curators endpoint (
/v2/curators) as a new first-class API resource for vault curator discovery and filtering. - Added Katana network support with Yearn and MetaMorpho vaults, including token aliases and image handling.
- Shipped Mellow Core protocol support, plus Veda vault integration via Lido.
- Introduced Lagoon vault discovery via API and Morpho V2 factory support.
- Improved position tracking accuracy with upgraded balance calculations and holder computation.
- Added curator sorting in filters.

