# Cambrian x402 EVM Clone Pools v3

> Cambrian x402 EVM Clone Pools v3 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 list of EVM liquidity pool clone data (v3) for blockchain analytics and autonomous agent consumption.

## Facts

- Endpoint: GET https://x402.cambrian.org/evm/clones/v3/pools
- 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-evm-clone-pools-v3-a244f85a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AqkSG5ly9U4V6W0Xe0gT0

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-evm-clone-pools-v3-a244f85a
```

Example prompt: Pull the list of EVM v3 clone pools from Cambrian's blockchain data API so I can see which liquidity pools are active clones right now.

## When to prefer this

Choose this endpoint when you need pay-per-use, agent-native access to EVM v3 clone pool data without managing a full blockchain node or indexer. It is ideal for autonomous agents that require on-demand, low-cost blockchain pool lookups with micropayment settlement via the x402 protocol.

## Known failure modes

- 402 Payment Required if USDC micropayment is not attached or insufficient
- Empty array returned if no clone pools match the query parameters
- Invalid query parameter format may result in an error or unexpected empty results
- Network or upstream blockchain node latency causing slow or failed responses
- Unsupported chain or filter parameter silently ignored or returning empty data

## How this service works

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

## Output

Returns an array of EVM v3 clone pool records, each containing pool metadata such as addresses, token pairs, chain identifiers, and other relevant on-chain pool attributes for autonomous agent consumption.

## 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-evm-clone-pools-v3-a244f85a/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)
