# RagRadar Transaction History by Chain and Address

> RagRadar Transaction History by Chain and Address is a paid API for AI agents from ragradar.space, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Retrieves on-chain transaction history for a given wallet address on a specified blockchain (Base, Arbitrum, or Solana)

## Facts

- Endpoint: GET https://ragradar.space/api/history/%7Bchain%7D/%7Baddress%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-transaction-history-by-chain-and-address-ec7430d4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pNUiWFEZvOZmTLBKY-RaU

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-history-by-chain-and-address-ec7430d4
```

Example prompt: Pull the full transaction history for wallet address 0xAbC123...on Base using RagRadar so I can see everything this address has done on-chain.

## When to prefer this

Use this endpoint when you need historical transaction records for a specific wallet address on Base, Arbitrum, or Solana. Prefer this over general blockchain explorers when you need structured, AI-ready JSON output and are already using RagRadar's multi-chain analytics suite.

## Known failure modes

- Invalid or malformed wallet address returns an error
- Unsupported chain identifier results in a 400 or 404 response
- Address with no history may return empty results
- Payment not processed (x402 payment required) results in 402 response
- Rate limiting or service downtime returns 5xx errors

## How this service works

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

## Output

Returns a JSON object containing the on-chain transaction history for the specified wallet address on the requested chain, including transaction records and status confirmation.

## 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-history-by-chain-and-address-ec7430d4/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)
