# LensCrypt DEX Quote Pools Endpoint

> LensCrypt DEX Quote Pools Endpoint is a paid API for AI agents from lensscrypt.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-08).

Returns DEX liquidity pool quotes for a token swap between two assets on a specified blockchain chain.

## Facts

- Endpoint: GET https://lensscrypt.vercel.app/api/quote/pools/%7Bchain%7D/%7Bfrom%7D/%7Bto%7D
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-08
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-dex-quote-pools-endpoint-b97b6660
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0hSozvQy4T4OfBDndfTsP

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-quote-pools-endpoint-b97b6660
```

Example prompt: What's the current DEX pool quote to swap USDC for ETH on Base — pull the best available pool price for that pair right now.

## When to prefer this

Use this endpoint when you need on-chain DEX pool quotes for a specific token pair on a supported blockchain, especially when building DeFi agents that need pre-trade pricing without executing a swap. Prefer this over generic price feeds when you need pool-level granularity.

## Known failure modes

- Invalid or unsupported chain identifier returns error
- Unrecognized token address for from or to parameter
- No liquidity pools found for the requested token pair
- Payment not completed via x402 protocol returns 402
- Rate limit exceeded
- Vercel cold start latency or timeout

## 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

Returns JSON with pool quote data including swap rates, liquidity pool details, and pricing information for the specified from/to token pair on the given 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-quote-pools-endpoint-b97b6660/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lensscrypt.vercel.app](https://www.zero.xyz/host/lensscrypt.vercel.app/llms.txt)
