# RagRadar Quote Pools — Multi-Chain Token Swap Quote

> RagRadar Quote Pools — Multi-Chain Token Swap Quote is a paid API for AI agents from ragradar.vercel.app, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-11).

Fetches swap quote and liquidity pool data for a token pair on a specified blockchain (Base, Arbitrum, or Solana)

## Facts

- Endpoint: GET https://ragradar.vercel.app/api/quote/pools/%7Bchain%7D/%7Bfrom%7D/%7Bto%7D
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-11
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-quote-pools-multi-chain-token-swap-quote-46343be2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-3_mrC_lRd-Grgg4veUIN

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 ragradar-quote-pools-multi-chain-token-swap-quote-46343be2
```

Example prompt: What's the current swap quote for USDC to WETH on Base — which liquidity pools are available and what rate would I get?

## When to prefer this

Use this endpoint when you need real-time on-chain swap quotes and pool data for token pairs across Base, Arbitrum, or Solana and want AI-augmented multi-chain analytics context alongside the raw quote data.

## Known failure modes

- Unsupported chain identifier returns error
- Invalid or unrecognized token address returns error
- No liquidity pools found for the pair returns empty or error response
- Network or RPC issues cause timeout
- Payment not processed (402 response if x402 payment not included)

## How this service works

AI-powered on-chain analytics across Base, Arbitrum, and Solana. 82 REST endpoints including Portfolio P&L tracker, smart money tracking, whale alerts, token intelligence, DeFi yields, Solana degen tools, social signals, gas tracker, approvals scanner, block checker.

## Output

Returns swap quote details and available liquidity pool information for the specified token pair on the requested chain, including exchange rates and pool metadata.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "status": "ok"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ragradar-quote-pools-multi-chain-token-swap-quote-46343be2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragradar.vercel.app](https://www.zero.xyz/host/ragradar.vercel.app/llms.txt)
