# Cambrian x402 Morpho V2 Vault Markets

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

Retrieves a list of lending markets available within Morpho V2 vaults on EVM-compatible blockchains.

## Facts

- Endpoint: GET https://x402.cambrian.org/evm/lending/morpho/v2/vault/markets
- 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-v2-vault-markets-5a440035
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JbT0WF1jXQ6P4VVmJ0Wjw

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-vault-markets-5a440035
```

Example prompt: Can you pull the current list of Morpho V2 vault lending markets on EVM so I can see which assets are available to borrow or supply?

## When to prefer this

Choose this endpoint when you need structured, pay-per-use access to Morpho V2 vault market data on EVM chains without running your own indexer or node. Ideal for autonomous agents that need current lending market listings programmatically and want to pay only per query.

## Known failure modes

- Invalid or unsupported query parameters returning empty array
- Payment failure if USDC balance is insufficient for the $0.05 per-call fee
- Rate limiting or network errors from the underlying EVM data source
- Upstream Morpho data provider downtime causing stale or missing results

## How this service works

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

## Output

Returns an array of Morpho V2 vault market objects, likely including market identifiers, supported collateral and borrow assets, liquidity parameters, and other on-chain market metadata.

## 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-vault-markets-5a440035/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)
