Get isolated market metadata
GET/v1/data/lending/isolated-markets/meta
Returns Morpho isolated market metadata including fee, LLTV, oracle, IRM, and listing status for all markets, optionally filtered by chain.
Plain-text reference — GET /v1/data/lending/isolated-markets/meta
Parameters
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
chainIds | query | string[] | no | Filter by chain IDs (repeatable) See the ChainId schema for the full set of supported chains. |
Response 200
| Field | Type | Description |
|---|---|---|
success | True | |
data | object | Informational payload. null when the endpoint only builds calldata. |
actions | null |
Example response
{
"success": true,
"data": {}
}
Request
Responses
- 200
- 429
- 500
- 502
Isolated market metadata
Rate limited. Unauthenticated callers share a per-IP budget; send an x-api-key header to lift it. Retry with exponential backoff.
Unexpected server error. Safe to retry with backoff.
An upstream data source or protocol origin failed (error.code is ORIGIN_FAILED). error.details carries the per-origin status. This is also what a missing or malformed required parameter currently returns, rather than a 400.