List curated Morpho markets
List curated Morpho Blue lending markets for a chain.
Morpho Blue is permissionless, so credit actions identify a market by its bytes32 market id. This returns the curated market set with live LLTV, supply/borrow APY, utilization, and available liquidity — read on-chain per request — so callers know which market_id to use and what it currently costs.
Query Parameters
The offset of the first item to return.
The number of items to return.
x <= 1000arbitrum, base, bsc, ethereum, hyperevm, tempo Field to order the markets by before paginating. Columns the Morpho markets list can be ordered by. All are stored by the indexer, so ordering + paging happen on the DB set before the (expensive) per-market on-chain enrichment — only the requested page is read on-chain.
tvl_usd, liquidity_usd, lltv Order direction (asc/desc).
asc, desc Response
Successful Response
A page of Morpho Blue lending markets, ordered + paginated on the DB set; each returned market is enriched with live on-chain LLTV/APY/utilisation.
Morpho Blue singleton contract the markets were read from.
This page of lending markets (already ordered) with live LLTV, APYs, utilization, and liquidity. total is the full market count.