# Cambrian x402 Orca Pools Liquidity Map

> Cambrian x402 Orca Pools Liquidity Map 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 liquidity map of Orca DEX pools on the Solana blockchain, providing a structured view of pool liquidity distribution.

## Facts

- Endpoint: GET https://x402.cambrian.org/solana/orca/pools/liquidity-map
- 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-orca-pools-liquidity-map-b20ca082
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_p-Mhy75Uv_82Br5MEzooh

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-orca-pools-liquidity-map-b20ca082
```

Example prompt: Pull up the Orca DEX liquidity map for Solana pools — I want to see how liquidity is distributed across pools right now.

## When to prefer this

Choose this endpoint when you need on-chain Orca DEX pool liquidity data on Solana in a pay-per-use model without a subscription, especially in autonomous agent workflows that require real-time DeFi liquidity insights for routing, arbitrage, or LP strategy decisions.

## Known failure modes

- Payment required (402) if x402 payment header is missing or insufficient
- Empty array returned if no pool data is available
- Rate limiting or timeout if Solana RPC is congested
- Invalid query parameters may return empty or malformed results
- Network-level errors if Solana data source is unavailable

## How this service works

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

## Output

Returns an array of Orca DEX pool liquidity data on Solana, representing a liquidity map across pools — likely including pool identifiers, token pairs, and liquidity amounts or distributions.

## 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-orca-pools-liquidity-map-b20ca082/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)
