# Cambrian x402 API – Orca Pool Fee Ranges

> Cambrian x402 API – Orca Pool Fee Ranges 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 the fee tier ranges available across Orca liquidity pools on Solana

## Facts

- Endpoint: GET https://x402.cambrian.org/solana/orca/pools/fee-ranges
- 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-api-orca-pool-fee-ranges-a89265ec
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mZqlXaXOUEQTOLGwDAPyZ

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-api-orca-pool-fee-ranges-a89265ec
```

Example prompt: What fee tiers are currently available on Orca's Solana liquidity pools? Pull the fee range data so I can decide which pool tier to use for my liquidity position.

## When to prefer this

Use this endpoint when you need up-to-date fee tier configuration data for Orca DEX pools on Solana, especially when building agents that need to select optimal liquidity pool fee tiers, compare DeFi trading costs, or route swaps through the cheapest available pool. Prefer this over manual RPC queries when you want pay-per-use access without managing infrastructure.

## Known failure modes

- Payment not included or insufficient USDC — returns 402 Payment Required
- Orca or Solana RPC data unavailable — may return 503 or empty array
- Invalid query parameters — may return 400 or unfiltered results
- Rate limiting if payment is not processed correctly

## How this service works

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

## Output

An array of fee range objects describing the available fee tiers across Orca liquidity pools on Solana, likely including fee percentage values and associated pool configuration metadata.

## 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-api-orca-pool-fee-ranges-a89265ec/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)
