Morpho · GraphQL Specification

Morpho GraphQL API

The Morpho GraphQL API is the primary offchain data interface for the Morpho DeFi credit protocol. It exposes comprehensive real-time and historical data covering Morpho Blue lending markets, MetaMorpho vaults (V1 and V2), user positions, collateral, liquidations, rewards, oracle configurations, public allocator state, and curators across Ethereum, Base, Arbitrum, and all other supported EVM chains. The schema includes 299 types spanning markets, vaults, positions, transactions, and analytics time-series.

Documentation Endpoint View on GitHub DeFiLendingBorrowingCollateralLiquidationsRewardsMarketsVaultsWeb3GraphQL

Overview

Morpho GraphQL API is a GraphQL API specification published by Morpho on the APIs.io network.

The Morpho GraphQL API is the primary offchain data interface for the Morpho DeFi credit protocol. It exposes comprehensive real-time and historical data covering Morpho Blue lending markets, MetaMorpho vaults (V1 and V2), user positions, collateral, liquidations, rewards, oracle configurations, public allocator state, and curators across Ethereum, Base, Arbitrum, and all other supported EVM chains. The schema includes 299 types spanning markets, vaults, positions, transactions, and analytics time-series.

The GraphQL endpoint is available at https://api.morpho.org/graphql. documentation is published at https://docs.morpho.org/tools/offchain/api/get-started/.

The specification includes 6 reference links.

Tagged areas include DeFi, Lending, Borrowing, Collateral, and Liquidations.

Endpoint

https://api.morpho.org/graphql

References

Back to Morpho · All GraphQL Specs · GitHub