# LensCrypt DEX Quote Pools Endpoint

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

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

## Facts

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

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-0e0d9320
```

Example prompt: What's the current DEX pool quote to swap USDC for WETH on Base? I want to see which pools are available and the rates.

## When to prefer this

Use this endpoint when you need a real-time DEX pool quote for a specific token pair on a specific blockchain and are willing to pay $0.05 USDC per call via the x402 protocol. It is part of a broader 81-endpoint crypto intelligence suite, so prefer it when you already use LensCrypt for other DeFi analytics. If you need free or unauthenticated quotes, consider open DEX aggregator APIs instead.

## Known failure modes

- Invalid or unsupported chain identifier returns an error
- Unrecognized token addresses (from/to) may return empty results or an error
- No liquidity pools exist for the requested pair — returns empty or error
- Payment failure via x402 protocol blocks the request
- Rate limiting or service downtime returns non-200 responses

## 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 status and pool quote data including available DEX pools, swap rates, and liquidity information for the specified token pair and chain. Response shape includes a status field and quote details.

## 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-0e0d9320/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lemscrypt.vercel.app](https://www.zero.xyz/host/lemscrypt.vercel.app/llms.txt)
