# RagRadar Transaction Enrichment

> RagRadar Transaction Enrichment is a paid API for AI agents from ragradar.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-16).

Enriches and decodes a blockchain transaction by chain and transaction hash, returning AI-powered analytics and context

## Facts

- Endpoint: GET https://ragradar.vercel.app/api/enrich/tx/%7Bchain%7D/%7Bhash%7D
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-transaction-enrichment-598ac744
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZkE0bPfiwZH2ljgd1eZQ5

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 ragradar-transaction-enrichment-598ac744
```

Example prompt: Can you look up transaction 0x4a2b...f3c1 on Base and tell me what actually happened — RagRadar style with full enriched context?

## When to prefer this

Use this endpoint when you need to understand the meaning and context of a specific blockchain transaction on Base, Arbitrum, or Solana — especially when you want AI-powered enrichment beyond raw RPC data, such as decoded contract calls, token flow, and intent classification.

## Known failure modes

- Invalid or malformed transaction hash returns error
- Unsupported chain identifier returns 400 or not-found error
- Transaction not yet indexed returns empty or pending result
- Payment not received (402) blocks the response
- Network timeout if the chain RPC is slow

## How this service works

AI-powered on-chain analytics across Base, Arbitrum, and Solana. 82 REST endpoints including Portfolio P&L tracker, smart money tracking, whale alerts, token intelligence, DeFi yields, Solana degen tools, social signals, gas tracker, approvals scanner, block checker.

## Output

A JSON object containing enriched transaction data for the specified chain and hash, including decoded inputs, contract interactions, token transfers, and AI-generated contextual analysis of what the transaction did.

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