# Cambrian x402 Alien V3 Pool Endpoint

> Cambrian x402 Alien V3 Pool Endpoint 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).

Fetches data about Alien V3 liquidity pools on EVM-compatible blockchains, payable per-call in USDC via x402.

## Facts

- Endpoint: GET https://x402.cambrian.org/evm/alien/v3/pool
- 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-alien-v3-pool-endpoint-db3ff345
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1xofmbb2LgL30TjbFabQ7

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-alien-v3-pool-endpoint-db3ff345
```

Example prompt: Can you pull the current Alien V3 pool data from Cambrian for the ETH/USDC pair on the EVM chain — I need to see the liquidity and pricing info?

## When to prefer this

Choose this endpoint when you need Alien V3 DEX pool data on EVM chains via a pay-per-use model with no subscription required. Ideal for autonomous agents that need on-demand liquidity pool lookups without committing to a monthly API plan, and when x402 micropayment infrastructure is already in place.

## Known failure modes

- Missing or invalid query parameters returning empty array
- Payment failure via x402 if USDC balance insufficient
- Unsupported chain identifier returning no results
- Rate limiting or quota exhaustion on the pay-per-call model
- Pool not found for given token pair returning empty array

## How this service works

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

## Output

Returns an array of Alien V3 liquidity pool records from EVM chains, typically including pool addresses, token pairs, liquidity figures, pricing data, and other pool-level metrics relevant to DeFi analysis.

## 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-alien-v3-pool-endpoint-db3ff345/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)
