# RagRadar Transaction Enrichment

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

Fetches and enriches on-chain transaction details for a given transaction hash on a specified blockchain network (Base, Arbitrum, or Solana).

## Facts

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

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-07ab4b88
```

Example prompt: Can you pull the on-chain details for transaction hash 0x4a3b...f1c2 on Base and tell me what happened — who sent it, what was transferred, and any decoded contract interactions?

## When to prefer this

Use this endpoint when you need to retrieve and enrich details of a specific on-chain transaction by its hash across Base, Arbitrum, or Solana. Prefer this over generic blockchain explorers when you need structured, agent-consumable JSON output with decoded metadata, and when x402 micropayment-based access is acceptable.

## Known failure modes

- Invalid or malformed transaction hash returns an error response
- Unsupported chain identifier results in a 400 or 404 error
- Transaction hash not found on the specified chain returns not-found error
- Network or RPC unavailability causes timeout or 503
- Payment not fulfilled via x402 micropayment returns 402 Payment Required

## How this service works

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

## Output

Returns enriched on-chain transaction data for the specified chain and transaction hash, including transaction status, sender/receiver addresses, value transferred, decoded contract calls, gas details, and other blockchain-specific metadata.

## 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-07ab4b88/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from backup.ragradar.space](https://www.zero.xyz/host/backup.ragradar.space/llms.txt)
