# RagRadar Transaction Enrichment

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

Enriches a blockchain transaction by hash, returning on-chain intelligence and decoded details for a given chain.

## Facts

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

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-44ba4a48
```

Example prompt: Can you look up transaction hash 0xabc123...def on Base and tell me what it did — who sent it, what contract was called, and whether it succeeded?

## When to prefer this

Choose this endpoint when you need fast, pay-per-call on-chain transaction enrichment across Base, Arbitrum, or Solana without maintaining your own RPC infrastructure. It is ideal for AI agents that need decoded transaction intelligence on demand, supporting micropayments via x402 so no subscription or API key management is required.

## Known failure modes

- Invalid or malformed transaction hash returns an error
- Unsupported chain identifier causes a bad request or 404
- Transaction hash not found on the specified chain returns empty or not-found response
- Network or RPC node issues may cause timeouts
- Rate limiting or payment failure (x402) results in a 402 Payment Required response

## How this service works

On-chain intelligence for AI agents. 70+ endpoints across Base, Arbitrum, Solana. x402 micropayments.

## Output

A JSON object containing enriched on-chain details for the specified transaction, including status, decoded inputs, sender/receiver addresses, contract interactions, token transfers, and other chain-specific metadata extracted from the 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/ragradar-transaction-enrichment-44ba4a48/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragdar.vercel.app](https://www.zero.xyz/host/ragdar.vercel.app/llms.txt)
