# Cambrian x402 Solana Orca Pool Data

> Cambrian x402 Solana Orca 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).

Returns data about Orca liquidity pools on the Solana blockchain, pay-per-use via x402 micropayment.

## Facts

- Endpoint: GET https://x402.cambrian.org/solana/orca/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-solana-orca-pool-data-b5682d38
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FGhz7Bh0UkwR0mY2SP2N4

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-solana-orca-pool-data-b5682d38
```

Example prompt: Can you pull the current Orca liquidity pool data on Solana for the SOL/USDC pair so I can see the pool metrics?

## When to prefer this

Choose this endpoint when you need programmatic, pay-per-use access to Orca DEX pool data on Solana without requiring a subscription or API key — ideal for autonomous agents that need on-demand blockchain data and can handle x402 micropayments in USDC.

## Known failure modes

- Payment not received or insufficient USDC balance — HTTP 402 returned
- Invalid or unrecognized query parameters — empty array or error response
- Orca on-chain data temporarily unavailable — upstream timeout or error
- Rate limit exceeded for the micropayment tier
- Malformed request — missing required input fields

## How this service works

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

## Output

Returns an array of Orca liquidity pool records on Solana, likely including pool identifiers, token pairs, liquidity amounts, fee tiers, and other pool-level metrics available from the Orca DEX.

## 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-solana-orca-pool-data-b5682d38/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)
