# RagRadar Bridge Quotes

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

Fetches cross-chain bridge quotes for token transfers between supported blockchains (Base, Arbitrum, Solana), returning estimated costs, routes, and amounts.

## Facts

- Endpoint: GET https://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-quotes-7ae2bbc0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ngTAxun0tsv6CL7w2DWLA

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-quotes-7ae2bbc0
```

Example prompt: What's the best bridge quote for moving 500 USDC from Base to Arbitrum right now — show me the estimated output and fees using RagRadar's bridge intelligence.

## When to prefer this

Use this endpoint when an agent needs to look up bridge quotes across Base, Arbitrum, and Solana without executing a transaction — ideal for comparing routes, estimating costs, or presenting options to a user before committing to a bridge. Prefer over generic DeFi APIs when working within RagRadar's supported chain set.

## Known failure modes

- Unsupported chain pair returns 404 or empty routes array
- Invalid or non-numeric amount returns 400 bad request
- Amount below minimum bridge threshold returns error
- Temporarily unavailable bridge provider causes partial or empty results
- Path parameters with unsupported chain identifiers return error

## How this service works

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

## Output

Returns one or more bridge route quotes including estimated output token amount, bridging fees, slippage, provider name, and estimated transfer time for the specified from-chain, to-chain, and amount combination.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ragradar-bridge-quotes-7ae2bbc0/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)
