# RagRadar Transaction Enrichment

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

Enriches and decodes a blockchain transaction by chain and hash, returning parsed on-chain analytics

## Facts

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

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-0746c52d
```

Example prompt: Can you look up and decode this Base transaction for me — 0x4a3b...f9c2 — and tell me what actually happened on-chain, like what tokens moved and what contracts were called?

## When to prefer this

Use this endpoint when you need enriched, decoded details about a specific transaction on Base, Arbitrum, or Solana — especially when you need more than raw RPC data, such as decoded inputs, token flows, or smart money context layered on top of the raw transaction.

## 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 of 0.05 USDC not included returns 402 Payment Required
- Network timeout or chain RPC unavailability

## How this service works

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

## Output

Parsed and enriched transaction data for the specified chain and hash, including decoded contract calls, token transfers, and on-chain context relevant to 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-0746c52d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragradar.space](https://www.zero.xyz/host/ragradar.space/llms.txt)
