Skip to main content
Get active conservative opportunities (status = “live”) with risk and utilization data.

Signature

Parameters

Returns

List of active conservative opportunities with risk metrics and utilization data.

Return Type

Field Descriptions

  • poolName: The name of the lending pool or vault
  • protocolName: The DeFi protocol hosting the pool (e.g., Aave V3, Morpho, Compound V3)
  • chainId: The blockchain network ID (8453 = Base, 42161 = Arbitrum, 9745 = Plasma, 146 = Sonic)
  • liquidityDepth: Categorical liquidity assessment
    • "deep": Pool has >$10M available liquidity (low slippage risk)
    • "moderate": Pool has 1M1M-10M liquidity (moderate slippage risk)
    • "shallow": Pool has <$1M liquidity (high slippage risk)
  • utilizationRate: Percentage of total value locked (TVL) currently being borrowed/utilized. Higher rates may indicate limited liquidity for withdrawals.
  • tvlStability: Boolean flag indicating whether the pool’s TVL has remained stable (not experiencing rapid inflows/outflows that could indicate risk)
  • apyStability: Boolean flag indicating whether APY has been stable over the past 30 days (true = consistent yield, false = volatile yield)
  • tvlApyCombinedRisk: Combined risk indicator that considers both TVL and APY stability together
  • avgCombinedApy7d: Rolling 7-day average of combined APY (includes base yield + incentives)
  • avgCombinedApy15d: Rolling 15-day average of combined APY
  • avgCombinedApy30d: Rolling 30-day average of combined APY (useful for comparing yield trends)
  • collateralSymbols: List of token symbols accepted as collateral for borrowing against this pool

Example

Notes

  • Only returns opportunities with status = "live" (actively accepting deposits)
  • Utilization rate is calculated as: (tvl - liquidity) / tvl * 100
  • If chainId is not provided, returns opportunities from all supported chains
  • null values in stability fields indicate data is not available for that metric