# LensCrypt AI Market Overview

> LensCrypt AI Market Overview is a paid API for AI agents from tolens.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 performance, and emerging narratives

## Facts

- Endpoint: GET https://tolens.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-05a0a925
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wis73e4R6U1VMyGjDqN96

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-05a0a925
```

Example prompt: Give me a full comprehensive AI-powered crypto market analysis right now — covering Bitcoin's trend, how altcoins are doing, and any emerging narratives worth watching.

## When to prefer this

Use this endpoint when you need a quick AI-synthesized narrative overview of the crypto market rather than raw price data. Best suited for agents that need to explain market conditions in plain language, summarize trends for a user, or identify macro narratives without querying dozens of individual token endpoints.

## Known failure modes

- Missing or invalid detail parameter may default to brief mode
- Payment failure via x402 if USDC balance on Base is insufficient
- Rate limiting if too many calls in short succession
- AI model unavailability causing 503 or timeout
- Stale data if underlying market feeds are delayed

## 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 textual market analysis covering BTC price trend, altcoin performance, and dominant market narratives, along with a source identifier and timestamp. Detail level can be 'brief' (summary) or 'full' (comprehensive).

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