# LensCrypt DEX Quotes by Chain

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

Returns DEX (decentralized exchange) price quotes and liquidity data for a specified blockchain network

## Facts

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

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-f2daa1e8
```

Example prompt: What are the current DEX quotes available on the Ethereum chain right now — pull them from LensCrypt so I can compare swap rates across exchanges?

## When to prefer this

Use this endpoint when you need real-time DEX quote data scoped to a specific blockchain chain, especially when building cross-DEX comparison tools, pre-trade analysis agents, or arbitrage detection workflows. Prefer this over generic token price APIs when you need DEX-specific liquidity and rate granularity per chain rather than aggregated CeFi prices.

## Known failure modes

- Invalid or unsupported chain identifier returns an error or empty result
- Network timeout if the blockchain RPC is congested
- Payment failure via x402 protocol prevents access to the endpoint
- Missing chain path parameter results in a 400 or routing error
- Chain with no indexed DEXes returns empty quotes array

## 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 response containing available DEX quotes and pricing information for the specified blockchain chain, including exchange names, rates, and related trading data. Response includes a status field and quote details per DEX on that chain.

## 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-f2daa1e8/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)
