# LensCrypt Transaction Enrichment

> LensCrypt Transaction Enrichment 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-13).

Fetches enriched analytics and decoded details for a blockchain transaction by chain and transaction hash

## Facts

- Endpoint: GET https://lensc.vercel.app/api/enrich/tx/%7Bchain%7D/%7Bhash%7D
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-transaction-enrichment-6881755e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BmZFZ9WCKRDgN9Po4qRhF

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-transaction-enrichment-6881755e
```

Example prompt: Can you enrich and decode this Ethereum transaction for me — hash 0xabc123...def456 on the Ethereum mainnet — and tell me what actually happened, what tokens moved, and who was involved?

## When to prefer this

Use this endpoint when you need to decode and enrich a specific on-chain transaction — understanding what happened, which protocols were called, and what assets moved — rather than just basic block explorer data. Prefer over raw RPC calls when you want human-readable, analytics-enriched output.

## Known failure modes

- Invalid or malformed transaction hash returns error
- Unsupported chain identifier returns error
- Transaction not found on specified chain returns 404 or empty result
- Network/RPC issues cause timeout or 503
- Payment failure via x402 protocol prevents response

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

A JSON object with enriched transaction data including decoded inputs, token transfers, protocol interactions, addresses involved, and overall transaction status for the specified chain and hash.

## 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-transaction-enrichment-6881755e/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)
