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, 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.
[
{
"available_liquidity": "26607268.0000000000",
"borrow_apy": "4.4410000000",
"collateral_token": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf",
"collateral_token_decimals": 8,
"collateral_token_symbol": "cbBTC",
"fee": "0.0000000000",
"irm": "0x870aC11D48B15DB9a138Cf899d20F13F79Ba00BC",
"lltv": "86.0000000000",
"loan_token": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"loan_token_decimals": 6,
"loan_token_symbol": "USDC",
"market_id": "0x64d65c9a2d91c36d56fbc42d69e979335320169b3df63bf92789e2c8883fcc64",
"oracle": "0xA6D6950c9F177F1De7f7757FB33539e3Ec60182a",
"supply_apy": "4.0110000000",
"total_borrow_assets": "247694465.0000000000",
"total_supply_assets": "274301733.0000000000",
"utilization": "90.3000000000"
}
]