# RagRadar On-Chain Transaction History

> RagRadar On-Chain Transaction History is a paid API for AI agents from ragdar.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Retrieves the on-chain transaction history for a given wallet address on a specified blockchain network

## Facts

- Endpoint: GET https://ragdar.vercel.app/api/history/%7Bchain%7D/%7Baddress%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-on-chain-transaction-history-a00a068a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_F69kbJQ4d7cnvn5VcWZtg

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-on-chain-transaction-history-a00a068a
```

Example prompt: Pull the full on-chain transaction history for wallet address 0xAbC123...789 on Base using RagRadar — I want to see everything it's done.

## When to prefer this

Use this endpoint when you need on-chain transaction history for a specific wallet address across Base, Arbitrum, or Solana. Prefer this over generic block explorers when you need structured, machine-readable data for AI agent pipelines, and when micropayment-based access via x402 is acceptable. Especially useful when cross-chain wallet auditing or DeFi activity analysis is required.

## Known failure modes

- Invalid or malformed wallet address returns an error
- Unsupported chain identifier returns an error or empty result
- Address with no transaction history returns empty list
- Network or RPC timeout for the specified chain
- Micropayment via x402 not fulfilled results in 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 the transaction history for the specified wallet address on the given chain, including transaction records such as hashes, timestamps, amounts, counterparties, and status fields.

## 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-on-chain-transaction-history-a00a068a/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)
