# Cambrian x402 Morpho Lending Vaults

> Cambrian x402 Morpho Lending Vaults is a paid API for AI agents from x402.cambrian.org, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns a list of Morpho protocol lending vaults on EVM chains, including vault details and metrics.

## Facts

- Endpoint: GET https://x402.cambrian.org/evm/lending/morpho/v1/vaults
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cambrian-x402-morpho-lending-vaults-42eee1bb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7tOIrhO2QxWfZTGTbl06c

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability cambrian-x402-morpho-lending-vaults-42eee1bb
```

Example prompt: Can you pull the list of all Morpho lending vaults available on EVM chains so I can see which ones have the best yields and what tokens they support?

## When to prefer this

Use this endpoint when you need structured, up-to-date Morpho protocol vault data on EVM chains without running your own indexer. Ideal for autonomous agents doing DeFi yield research, portfolio optimization, or on-chain data enrichment in a pay-per-use model without API key management.

## Known failure modes

- Payment not provided or insufficient USDC — returns 402 Payment Required
- Invalid or unsupported query parameters — may return empty array or 400 error
- Chain or Morpho subgraph temporarily unavailable — returns 503 or timeout
- Rate limiting if payment flow is disrupted — returns 429

## How this service works

Pay-per-use blockchain and social data for autonomous agents.

## Output

An array of Morpho lending vault objects, each containing vault address, name, supported loan and collateral tokens, total assets, APY, curator address, and other on-chain metrics.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "queryParams": {
     "type": "object",
     "additionalProperties": true
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "array"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "array"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cambrian-x402-morpho-lending-vaults-42eee1bb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.cambrian.org](https://www.zero.xyz/host/x402.cambrian.org/llms.txt)
