# LensCrypt Bridge Quote API

> LensCrypt Bridge Quote API is a paid API for AI agents from cryptuluns.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-10).

Returns a cross-chain bridge quote for swapping a specified amount from one token/chain to another

## Facts

- Endpoint: GET https://cryptuluns.vercel.app/api/bridge/quotes/%7Bfrom%7D/%7Bto%7D/%7Bamount%7D
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-10
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-bridge-quote-api-4707c441
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RuxkIGks8x7P5ckw7BvG6

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 lenscrypt-bridge-quote-api-4707c441
```

Example prompt: What's the bridge quote for moving 500 USDC from Ethereum to Base — how much will I receive on the other side?

## When to prefer this

Use this endpoint when an agent needs a real-time cross-chain bridge quote as part of a DeFi workflow, before executing a bridge transaction, or to compare bridge costs. Prefer this over generic DEX quote endpoints when the user explicitly wants to move assets between different blockchains rather than swap on a single chain.

## Known failure modes

- Unsupported token pair — no bridge route exists between the specified from/to tokens or chains
- Invalid amount format — non-numeric or zero amount returns an error
- Unknown chain or token identifier in path parameters
- Service unavailable or rate limit hit — 402 payment required or 5xx error
- Stale or illiquid route — quote returned with very high slippage or no liquidity

## How this service works

81 paid REST endpoints covering wallet analytics, DeFi yields, token safety, smart money tracking, whale alerts, sniper detection, GMX perps, Solana tools, protocol stats, gas tracking, DEX quotes, NFT analytics, social signals, and 8 AI-powered endpoints (MiMo V2.5). Pay USDC via x402 protocol on Base.

## Output

A bridge quote object indicating the estimated output amount, exchange rate, fees, and routing details for bridging a specified token amount from the source chain/token to the destination chain/token.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lenscrypt-bridge-quote-api-4707c441/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from cryptuluns.vercel.app](https://www.zero.xyz/host/cryptuluns.vercel.app/llms.txt)
