# LensCrypt DEX Quotes by Chain

> LensCrypt DEX Quotes by Chain is a paid API for AI agents from lanescrypt.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-09).

Returns available DEX (decentralized exchange) quotes and liquidity sources for a specified blockchain chain

## Facts

- Endpoint: GET https://lanescrypt.vercel.app/api/quote/dexes/%7Bchain%7D
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-09
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-dex-quotes-by-chain-62d60e88
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aTPavfSY1SlI4zbQIeXxE

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-dex-quotes-by-chain-62d60e88
```

Example prompt: What DEXes are available for swapping tokens on Arbitrum? I want to see all the liquidity sources I can use on that chain.

## When to prefer this

Use this endpoint when you need to discover which DEXes and liquidity sources are available on a specific blockchain chain before executing a swap or routing a trade. Prefer this over generic DEX aggregator APIs when you need chain-specific DEX enumeration within the LensCrypt crypto intelligence suite and are already paying via x402 USDC on Base.

## Known failure modes

- Invalid or unsupported chain identifier returns error
- Chain parameter missing causes malformed request
- Payment not completed via x402 returns 402 response
- Rate limiting or service unavailability returns 5xx
- Unknown chain slug returns empty or error result

## 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 JSON object with status 'ok' and a list of available decentralized exchanges (DEXes) and their quote data for the specified blockchain chain, useful for comparing trading venues and liquidity sources.

## 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/lenscrypt-dex-quotes-by-chain-62d60e88/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lanescrypt.vercel.app](https://www.zero.xyz/host/lanescrypt.vercel.app/llms.txt)
