Skip to main content
Returns live supply and borrow rates from all Monad lending protocols: Euler V2 (108 vaults), Neverland (Aave V3 fork), and Morpho Blue. Filter by protocol using the protocol query parameter.

Endpoint

Query Parameters

Without protocol, all lending markets across all protocols are returned.

Response

Example Response: All Markets

cURL

TypeScript Fetch

Next.js Route Implementation

Notes

  • Euler V2 APR is computed as interestRate() / 1e27 * 31_536_000 (annualised from per-second rate).
  • Neverland is an Aave V3 fork - rates are read directly from the DataProvider contract.
  • Morpho vaults may have a vault field with the vault contract address for direct interaction.