# 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 an overview of EVM-based lending markets, including key metrics and positions across supported protocols

## Facts

- Endpoint: GET https://x402.cambrian.org/api/v1/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-91837933
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Rxi4yAeKYMPBTQsPtRaXK

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-91837933
```

Example prompt: Give me a current overview of EVM lending markets — show me supply rates, borrow rates, and TVL across the major protocols.

## When to prefer this

Choose this endpoint when you need a broad, aggregated overview of EVM lending market conditions across multiple protocols in a single call, rather than querying individual protocol APIs separately. Best for dashboards, research, and monitoring workflows that need cross-protocol lending data on EVM chains.

## Known failure modes

- No query params supported or required — malformed input object may result in 400 error
- Protocol or chain not supported returns empty or null data
- Service downtime or rate limiting may return 5xx errors
- Payment not attached or insufficient USDC results in 402 payment required

## How this service works

Lending overview endpoint

## Output

Returns an array of lending market data for EVM-based protocols, including metrics such as supply rates, borrow rates, total value locked, utilization rates, and other protocol-level statistics across supported lending platforms.

## 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"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cambrian-evm-lending-overview-91837933/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)
