# Cambrian x402 Solana Token Pool Search

> Cambrian x402 Solana Token Pool Search 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).

Search and retrieve Solana token pool data on a pay-per-use basis via x402 micropayments

## Facts

- Endpoint: GET https://x402.cambrian.org/solana/token-pool-search
- 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-token-pool-search-d2c8cd32
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Kh4uzgkDQzSo0PHuUTe4Q

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-token-pool-search-d2c8cd32
```

Example prompt: Search for all liquidity pools on Solana that include the token SOL/USDC — I want to see pool details like addresses, liquidity amounts, and any relevant metadata.

## When to prefer this

Use this endpoint when you need to search and discover liquidity pool data for specific tokens on the Solana blockchain, especially in autonomous agent workflows requiring pay-per-use access with x402 micropayments. Prefer this over general blockchain explorers when you need structured pool data returned as a queryable array for programmatic use.

## Known failure modes

- Missing or invalid query parameters may return an empty array
- Payment not processed results in HTTP 402 response
- Unsupported token address format causes query failure
- Rate limiting if micropayment not settled
- Network or blockchain data latency causing stale results

## How this service works

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

## Output

Returns an array of token pool records matching the query, including pool addresses, token pairs, liquidity details, and other on-chain metadata relevant to the searched Solana token pools.

## 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-token-pool-search-d2c8cd32/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)
