# Cambrian x402 Morpho V2 Vaults

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

Fetches Morpho V2 lending vault data on EVM chains, returning an array of vault records with on-chain lending market information.

## Facts

- Endpoint: GET https://x402.cambrian.org/evm/lending/morpho/v2/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-v2-vaults-a04664dc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_J1F7_qJV9IZ4r_brJZdMQ

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-v2-vaults-a04664dc
```

Example prompt: Pull the latest list of Morpho V2 lending vaults from the Cambrian x402 API so I can compare which vaults are currently available and their details.

## When to prefer this

Choose this endpoint when you need structured, pay-per-use access to Morpho V2 lending vault data on EVM chains without running your own blockchain node or indexer. It is ideal for autonomous agents that need on-demand DeFi data with micropayment-based access control via x402.

## Known failure modes

- Payment required (402) if x402 micropayment header is missing or insufficient
- Empty array returned if no vaults match the provided query parameters
- Invalid query parameter format may result in an error or unfiltered results
- Network or RPC issues on the underlying EVM chain may cause stale or unavailable data
- Rate limiting if the agent calls the endpoint too frequently without valid payment

## How this service works

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

## Output

Returns an array of Morpho V2 vault objects containing on-chain lending vault details such as vault addresses, asset information, yield data, and market metadata available on EVM-compatible networks.

## 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-v2-vaults-a04664dc/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)
