# Cambrian EVM Lending Overview

> Cambrian EVM Lending Overview 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 high-level overview of EVM-based lending markets, including key metrics and protocol data across supported chains.

## Facts

- Endpoint: GET https://x402.cambrian.org/evm/lending/overview
- 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-evm-lending-overview-d82c7d5d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fB9L1tmWipW3TNb2RGhuG

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-evm-lending-overview-d82c7d5d
```

Example prompt: Can you pull up the current lending overview for EVM chains — I want to see the big picture on borrow and supply rates across the major DeFi lending protocols right now?

## When to prefer this

Use this endpoint when you need a broad, aggregated snapshot of EVM lending market conditions across multiple protocols in a single call. Prefer it over individual protocol APIs when you need a cross-protocol overview rather than deep data on a single protocol.

## Known failure modes

- No query parameters match any supported protocol, returning empty array
- Upstream blockchain data unavailable, causing stale or missing data
- Payment not completed, returning 402 Payment Required
- Unsupported chain or protocol queried, returning empty or error response

## How this service works

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

## Output

Returns an array of lending market data covering EVM-compatible protocols, including supply rates, borrow rates, liquidity figures, and other key lending metrics aggregated across supported chains.

## 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-evm-lending-overview-d82c7d5d/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)
