Morpho Vault Scanner — Curated Lending Vaults TVL and APY
Pricing
$5.00 / 1,000 runs
Morpho Vault Scanner — Curated Lending Vaults TVL and APY
Scans Morpho Protocol curated vaults (Gauntlet, Steakhouse, RE7) across Ethereum and Base: TVL, gross APY, net APY after fees, curator info. Public GraphQL API, no auth. $0.005/run.
What does Morpho Vault Scanner do?
Morpho Vault Scanner queries the Morpho Blue public GraphQL API to surface every curated lending vault across Ethereum, Base, and Polygon — including TVL, gross APY, net APY after curator fees, collateral quality, liquidity risk, and a composite vault quality score. It computes over 20 analytics fields per vault so you can instantly compare Gauntlet, Steakhouse, RE7, and other curators side-by-side without building your own data pipeline. The actor also emits an ecosystem summary with the best-yield and safest vault rankings across the entire Morpho protocol.
Why use Morpho Vault Scanner?
- No API key required — the Morpho Blue GraphQL endpoint is fully public, so you can start scraping immediately without account setup or rate-limit negotiations.
- Risk-adjusted analytics built in — every vault ships with
vault_quality_score,liquidation_buffer_health,oracle_risk_level,bad_debt_risk_detailed, andcollateral_quality_tierso you can filter by risk profile, not just APY. - Multi-chain coverage — fetches Ethereum, Base, and Polygon vaults in a single run; filter by
chainorassetto narrow results. - Curator due diligence — each record includes
curator_reputation(top_tier / established / independent / unknown),curator_verified, andcurator_track_recordto distinguish Gauntlet-managed vaults from anonymous ones. - MORPHO rewards included —
morpho_rewards_boost_pctandtotal_apy_pct(net APY + token rewards) give you the all-in yield rather than the base rate alone.
How to use Morpho Vault Scanner
- Go to the Apify Store and find Morpho Vault Scanner.
- Click Try for free to open the actor in Apify Console.
- Configure inputs: set
minTvlUsdM(minimum TVL in millions), optionally filter byasset(e.g.,USDC) orchain(e.g.,Base). - Click Start — the run completes in under 30 seconds.
- Download results as JSON, CSV, or connect directly to your dataset via the Apify API.
Input
| Field | Type | Default | Description |
|---|---|---|---|
minTvlUsdM | number | 1 | Minimum vault TVL in millions USD. Vaults below this threshold are excluded. |
asset | string | (all) | Filter by underlying asset symbol: USDC, WETH, USDT, wstETH, etc. Leave blank for all assets. |
chain | string | (all) | Filter by chain name: Ethereum, Base, or Polygon. Leave blank for all chains. |
Output
[{"type": "summary","vaults_qualified": 42,"total_tvl_usd": 3800000000,"total_morpho_tvl_usd": 4100000000,"avg_utilization_rate_pct": 71.4,"best_yield_vaults": [{ "vault_name": "Steakhouse USDC", "asset_symbol": "USDC", "chain": "Ethereum", "total_apy_pct": 9.82, "tvl_usd": 420000000 }],"morpho_ecosystem_growth": "rapid","fetched_at": "2026-09-02T08:00:00Z"},{"rank": 1,"vault_name": "Gauntlet USDC Core","vault_symbol": "gUSDC","vault_address": "0x8eB67A509616cd6A7c1B3c8C21D48FF57df3d458","asset_symbol": "USDC","asset_name": "USD Coin","chain": "Ethereum","chain_id": 1,"tvl_usd": 850000000,"apy_gross_pct": 7.4812,"apy_net_pct": 6.7331,"curator_fee_pct": 0.7481,"curators": ["Gauntlet"],"utilization_rate_pct": 78.2,"liquidity_risk_label": "medium","curator_track_record": "established","collateral_diversity_score": 80,"bad_debt_risk": "minimal","optimal_deposit_size_usd": { "min": 2700, "optimal": 9000, "max_practical": 45000 },"apy_spread_pct": 0.7481,"curator_verified": true,"max_lltv_pct": 86.0,"weighted_avg_lltv_pct": 81.5,"vault_age_days": 412,"available_liquidity_usd": 185700000,"vault_quality_score": 91,"liquidation_buffer_health": "adequate","oracle_risk_level": "minimal","collateral_quality_tier": "blue_chip","curator_reputation": "top_tier","supply_demand_balance": "balanced","bad_debt_risk_detailed": "negligible","morpho_rewards_boost_pct": 1.12,"total_apy_pct": 7.8531,"fetched_at": "2026-09-02T08:00:00Z"}]
Data fields
| Field | Description |
|---|---|
vault_name | Human-readable vault name (e.g., "Gauntlet USDC Core") |
vault_symbol | Vault token symbol (e.g., "gUSDC") |
vault_address | On-chain contract address of the vault |
asset_symbol | Underlying asset symbol (USDC, WETH, USDT, etc.) |
chain | Chain name: Ethereum, Base, or Polygon |
chain_id | Numeric EVM chain ID |
tvl_usd | Total value locked in USD |
apy_gross_pct | Raw APY from lending market yield before fees |
apy_net_pct | APY after curator performance fee |
curator_fee_pct | Performance fee taken by the risk curator |
curators | List of curator names managing this vault |
utilization_rate_pct | Borrowed / supplied assets × 100 |
liquidity_risk_label | Withdrawal risk: low / medium / high / critical |
curator_track_record | Curator experience: established / new / unknown |
collateral_diversity_score | 0–100 score; higher = more collateral types |
bad_debt_risk | Simple bad debt risk: minimal / moderate / elevated |
optimal_deposit_size_usd | Min/optimal/max deposit sizes (break-even in 30 days vs gas) |
apy_spread_pct | Difference between gross and net APY (= curator fee capture) |
curator_verified | Whether any curator holds a verified status on Morpho |
max_lltv_pct | Highest LLTV across all allocated markets (%) |
weighted_avg_lltv_pct | Supply-weighted average LLTV (%) |
vault_age_days | Days since vault creation |
available_liquidity_usd | Approximate withdrawable USD liquidity |
vault_quality_score | 0–100 composite score (TVL + curator + collateral + oracle) |
liquidation_buffer_health | Borrower safety proxy: safe / adequate / tight / at_risk |
oracle_risk_level | Inferred oracle reliability: minimal / low / moderate / high |
collateral_quality_tier | Collateral class: blue_chip / established / mid_tier / volatile / exotic |
curator_reputation | Curator tier: top_tier / established / independent / unknown |
supply_demand_balance | Vault utilization state: empty / oversupplied / balanced / undersupplied |
bad_debt_risk_detailed | Detailed bad debt risk: negligible / low / moderate / elevated / high_risk |
morpho_rewards_boost_pct | Additional APY from MORPHO/WELL token rewards |
total_apy_pct | All-in yield: net APY + MORPHO rewards |
Cost estimation
| Scenario | Vaults returned | Cost |
|---|---|---|
| Small (default 1M+ TVL, one chain) | ~15–25 vaults | $0.005 |
| Medium (all chains, 500K TVL filter) | ~40–60 vaults | $0.005 |
| Large (all chains, no TVL filter) | 100–200 vaults | $0.005 |
All scenarios are billed as a single flat $0.005 per run — there is no per-vault charge.
FAQ
Does this actor require an API key?
No. The Morpho Blue GraphQL API (blue-api.morpho.org/graphql) is fully public. No authentication, no signup required.
How fresh is the data? Data is fetched live at run time directly from the Morpho API. Schedule runs every 15–60 minutes using Apify's built-in scheduler for near-real-time monitoring.
Can I filter to only stablecoin vaults with low risk?
Yes — combine asset: "USDC" (or USDT) with the minTvlUsdM filter, then post-filter on vault_quality_score, bad_debt_risk_detailed, or curator_reputation in your pipeline.
Disclaimer: This actor provides data for informational and research purposes only. Nothing in this output constitutes financial or investment advice. DeFi protocols carry smart contract risk, oracle risk, and market risk. Always conduct your own research before depositing funds into any lending vault.
Keywords: Morpho vault scanner, Morpho Blue APY, curated vault yield, Gauntlet Steakhouse RE7 vaults, DeFi lending rates, Morpho TVL, net APY after fees, Morpho Base Ethereum, vault quality score, DeFi yield comparison
Related actors
- DeFi Yield APY Scanner — Multi-protocol yield comparison (Aave, Compound) alongside Morpho vault APYs
- Pendle Yield Markets — Fixed-rate yields on tokens deposited into Morpho vaults via Pendle tokenization
- Yield Optimizer Screener — Automated yield strategy rankings that include Morpho as an underlying protocol
Feedback
If this actor powers your DeFi yield research, a review helps others find it: Leave a review on Apify Store