# LensCrypt AI Market Overview

> LensCrypt AI Market Overview is a paid API for AI agents from lensc.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Returns an AI-generated cryptocurrency market overview covering BTC trend, altcoin movements, and emerging narratives

## Facts

- Endpoint: GET https://lensc.vercel.app/api/ai/market
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-ai-market-overview-eef54395
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5jQQYBWPzvVidPwEBR_L0

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-ai-market-overview-eef54395
```

Example prompt: Give me a full comprehensive AI-powered crypto market overview — cover BTC trends, what altcoins are doing, and any key narratives right now.

## When to prefer this

Choose this endpoint when you need a broad, AI-synthesized narrative overview of the entire crypto market — especially BTC trend and altcoin landscape — rather than specific token prices, wallet analytics, or on-chain data. Best for generating market briefings or morning reports. Use 'brief' for quick summaries, 'full' for deep-dive analysis.

## Known failure modes

- Invalid detail parameter value returns error or defaults to brief
- Payment not made or insufficient USDC results in 402 Payment Required
- Service unavailable on Vercel deployment returns 5xx
- AI model timeout or rate limit returns error response
- Missing or malformed response schema if upstream AI model fails

## 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 a structured object containing an AI-generated market analysis string covering BTC price trend, altcoin performance, and emerging crypto narratives, along with a source identifier and ISO timestamp.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "detail": {
   "type": "string",
   "description": "Detail level: brief (summary) or full (comprehensive analysis)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "analysis"
 ],
 "properties": {
  "source": {
   "type": "string"
  },
  "analysis": {
   "type": "string",
   "description": "Market overview with BTC trend, altcoins, narratives"
  },
  "timestamp": {
   "type": "string",
   "format": "date-time"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lenscrypt-ai-market-overview-eef54395/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lensc.vercel.app](https://www.zero.xyz/host/lensc.vercel.app/llms.txt)
