# RagRadar On-Chain Transaction History

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

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

## Facts

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

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-d0c85b6c
```

Example prompt: Pull the full on-chain transaction history for wallet address 0xAbC123...def on Base using RagRadar.

## When to prefer this

Use this endpoint when you need to retrieve the historical on-chain transaction record for a specific wallet address on Base, Arbitrum, or Solana and are comfortable with x402 micropayment-based billing at $0.01 USDC per call. Prefer this over general blockchain explorers when building automated agent workflows that need programmatic, structured access to transaction history data.

## Known failure modes

- Invalid or unsupported chain identifier returns an error
- Malformed or invalid wallet address returns an error
- Address with no transaction history returns an empty result
- Payment failure via x402 micropayment results in 402 response
- Rate limiting or server unavailability returns 5xx error
- Backup domain may have higher latency or occasional downtime

## How this service works

On-chain intelligence for AI agents. 73+ 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 past on-chain activity records such as transfers, contract interactions, and other transactions.

## 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-d0c85b6c/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)
