# RagRadar Bridge Quote Lookup

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

Fetches a cross-chain bridge quote for a given token pair and amount across supported chains (Base, Arbitrum, Solana)

## Facts

- Endpoint: GET https://backup.ragradar.space/api/bridge/quotes/%7Bfrom%7D/%7Bto%7D/%7Bamount%7D
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-10
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-bridge-quote-lookup-f84728df
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aQ05JYgRU53my_TSu7st7

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-bridge-quote-lookup-f84728df
```

Example prompt: What's the bridge quote for moving 500 USDC from Base to Arbitrum right now — how much will I get on the other side and what are the fees?

## When to prefer this

Use this endpoint when you need real-time cross-chain bridge quotes across Base, Arbitrum, or Solana before executing a token transfer. Ideal for DeFi agents that need to compare bridge costs, estimate output amounts, or decide optimal routing before committing to a transaction. Prefer this over general DEX quote endpoints when the intent is cross-chain rather than same-chain swap.

## Known failure modes

- Unsupported 'from' or 'to' token/chain pair returns a 404 or error response
- Invalid or non-numeric amount returns a 400 bad request
- Quote unavailable due to liquidity issues or bridge downtime returns an error
- Backup domain may have higher latency or occasional outages
- Missing path parameters causes routing failure

## How this service works

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

## Output

Returns a bridge quote object including the estimated output amount, exchange rate, fees, and route details for transferring a specified token amount from one chain/token to another.

## More

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