# LensCrypt AI Market Overview

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

Returns an AI-generated crypto market overview covering BTC trend, altcoin movements, and current narratives at brief or full detail level

## Facts

- Endpoint: GET https://lanescrypt.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-ed3ce318
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WzHxEYumg5bX8VCrYFJ72

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

Example prompt: Give me a full comprehensive crypto market analysis right now — I want to know the BTC trend, how altcoins are performing, and what narratives are dominating the market today.

## When to prefer this

Choose this endpoint when you need a quick AI-synthesized narrative overview of the crypto market rather than raw price data or individual token metrics. It is ideal when the user wants a human-readable summary of BTC trend direction, broad altcoin sentiment, and dominant market themes in one call. Prefer alternatives for real-time prices, on-chain data, or individual token analysis.

## Known failure modes

- Missing or invalid detail parameter may return a default or error response
- AI model (MiMo V2.5) may return stale or hallucinated market data if underlying data sources are unavailable
- Payment failure via x402/USDC on Base blocks access with 402 response
- Service unavailable on Vercel deployment returns 5xx
- Rate limiting if too many concurrent requests hit the endpoint

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

An AI-generated market analysis string covering Bitcoin price trend, altcoin performance, and current market narratives, plus the data source and an ISO 8601 timestamp. Detail level can be brief (summary) or full (comprehensive).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "detail": {
   "enum": [
    "brief",
    "full"
   ],
   "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-ed3ce318/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)
