# Cambrian x402 PancakeSwap V3 Pool Data

> Cambrian x402 PancakeSwap V3 Pool Data 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).

Fetches PancakeSwap V3 liquidity pool data on EVM chains, paid per-call via x402 micropayment protocol.

## Facts

- Endpoint: GET https://x402.cambrian.org/evm/pancake/v3/pool
- 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-pancakeswap-v3-pool-data-f7575308
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iawKWTn3Hu8MUOUfN-8fu

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-pancakeswap-v3-pool-data-f7575308
```

Example prompt: Pull the current PancakeSwap V3 pool data for the WBNB/USDC pair — I need the price, liquidity, and fee tier.

## When to prefer this

Use this endpoint when you need real-time PancakeSwap V3 pool data on EVM chains and want pay-per-use access without API key subscription overhead. Prefer over indexer services when you need a simple per-call micropayment model via x402 protocol, especially in autonomous agent workflows where cost-control per query matters.

## Known failure modes

- Invalid or unsupported pool address returns empty array or error
- Payment not received or x402 handshake fails results in 402 Payment Required
- Unsupported EVM chain returns error or empty result
- Malformed query parameters result in 400 Bad Request
- Pool does not exist on PancakeSwap V3 returns empty array

## How this service works

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

## Output

Returns an array of pool data objects containing PancakeSwap V3 pool details such as token pairs, current price, liquidity, fee tier, tick data, and other on-chain pool state information.

## 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-pancakeswap-v3-pool-data-f7575308/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)
