# LensCrypt Transaction Enrichment API

> LensCrypt Transaction Enrichment API is a paid API for AI agents from lensscrypt.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-08).

Enriches a blockchain transaction by chain and hash, returning decoded details and analytics about that specific on-chain event

## Facts

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

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-api-11489e91
```

Example prompt: Can you enrich and decode this Ethereum transaction for me — hash 0xabc123...def on the Ethereum mainnet chain — and tell me what contract was called, what tokens moved, and who the parties were?

## When to prefer this

Use this endpoint when you need to decode and enrich a specific blockchain transaction by its hash across supported chains, especially when you want human-readable breakdowns of contract calls, token movements, and involved parties rather than raw RPC data

## 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
- Payment failure via x402/USDC returns 402 Payment Required
- Network timeout if chain RPC is slow

## 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 details including decoded inputs, token transfers, involved addresses, contract interactions, and metadata about the specified on-chain transaction

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