Morpho API

Morpho protocol integration.

Morpho is a decentralised lending protocol that enables peer-to-peer lending with optimised interest rates. The protocol offers two major versions:

Morpho V1 (MetaMorpho): The original Morpho vault architecture that directly integrates with Morpho markets. Vaults expose the MORPHO() function for identification.

Morpho V2: A newer adapter-based architecture that enables flexible allocation across multiple yield sources through smart contract adapters. V2 vaults use adaptersLength() for identification and support:

  • Multi-protocol yield allocation via adapters

  • Granular ID & Cap system for risk management

  • Performance fees (up to 50%) and management fees (up to 5%)

  • Timelocked governance with curator/allocator roles

  • Non-custodial exits via forceDeallocate

Robinhood Chain temporary API workaround

Robinhood Chain (ID 4663) has active Morpho V2 vaults whose public API coverage is currently incomplete. Until the API returns every production Robinhood vault by address, a missing Morpho API record on that chain does not apply the not_in_morpho_api hard-blacklist flag. The scanner still uses all available on-chain metadata, but omits API-provided warning enrichment when no record is available. This is intentionally a temporary exception and must be removed once Morpho’s Robinhood API coverage is complete.

Audits

Morpho V1 API

eth_defi.erc_4626.vault_protocol.morpho.vault_v1

Morpho Vault V1 (MetaMorpho) support.

Morpho V2 API