# RagRadar Token Swap Quote

> RagRadar Token Swap Quote is a paid API for AI agents from ragradar.space, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-10).

Fetches a token swap quote for a given amount between two tokens on a specified blockchain (Base, Arbitrum, or Solana)

## Facts

- Endpoint: GET https://ragradar.space/api/quote/%7Bchain%7D/%7Bfrom%7D/%7Bto%7D
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-10
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-token-swap-quote-c9f6bbae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0wgQ9WyUIpdiuCgSCxVGV

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-token-swap-quote-c9f6bbae
```

Example prompt: What's the RagRadar swap quote for converting 500 USDC to ETH on Base — I want to see the current exchange rate and expected output amount.

## When to prefer this

Use this endpoint when you need a real-time on-chain swap quote for a specific token pair on Base, Arbitrum, or Solana. Prefer this over generic price APIs when you need DeFi-specific swap data including price impact and exact output amounts.

## Known failure modes

- Invalid chain identifier returns error
- Unknown or unsupported token address returns error
- Amount parameter missing or malformed causes bad request
- Token pair with no liquidity may return no quote
- Network congestion may cause stale or unavailable quotes

## How this service works

On-chain intelligence for AI agents. 73+ endpoints across Base, Arbitrum, Solana. x402 micropayments.

## Output

Returns a swap quote including expected output token amount, exchange rate, and potentially price impact for the specified token pair and amount on the given chain.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ragradar-token-swap-quote-c9f6bbae/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragradar.space](https://www.zero.xyz/host/ragradar.space/llms.txt)
