# Cambrian x402 Euler Lending Curators

> Cambrian x402 Euler Lending Curators 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).

Retrieves a list of curators on the Euler lending protocol deployed on EVM-compatible blockchains, paid per-call via x402 micropayment.

## Facts

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

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-euler-lending-curators-c883e53a
```

Example prompt: Pull the list of curators currently active on the Euler lending protocol across EVM chains — I want to see who's managing vaults and curating lending markets.

## When to prefer this

Choose this endpoint when you need programmatic, pay-per-use access to Euler lending curator data on EVM chains without running your own indexer. It is ideal for autonomous agents that need fresh on-chain DeFi data on demand and can handle x402 micropayments natively.

## Known failure modes

- Empty array returned if no curators are indexed yet
- Payment failure (402) if x402 micropayment header is missing or insufficient
- Invalid query parameters may return unfiltered or error responses
- Network timeout if the underlying blockchain node is slow
- Chain not supported may result in empty or error response

## How this service works

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

## Output

An array of curator records from the Euler lending protocol on EVM chains, including curator addresses and associated metadata such as vault or market assignments.

## 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-euler-lending-curators-c883e53a/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)
