# Cambrian x402 Morpho Curator Vaults

> Cambrian x402 Morpho Curator 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-15).

Fetches a list of Morpho protocol curator vaults on EVM chains, providing on-chain DeFi lending data for autonomous agents.

## Facts

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

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-curator-vaults-f147e7f6
```

Example prompt: Show me the list of all Morpho curator vaults available on EVM chains so I can evaluate which lending pools to interact with.

## When to prefer this

Use this endpoint when you need structured, up-to-date data on Morpho Protocol curator vaults on EVM chains via a pay-per-use model ($0.05 USDC). Prefer this over scraping Morpho's frontend or building your own RPC queries when you need quick, agent-friendly access to vault lists without maintaining your own blockchain indexer.

## Known failure modes

- Payment not received (402 response if x402 payment header missing or invalid)
- Invalid or unsupported query parameters return empty array or error
- Network or RPC issues may cause stale or failed on-chain data retrieval
- Rate limiting if too many requests are made in a short period

## How this service works

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

## Output

Returns an array of Morpho curator vault objects on EVM chains, likely including vault addresses, metadata, curator information, and associated lending pool details. Response is a JSON array.

## 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-curator-vaults-f147e7f6/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)
