# x402scan Wallet Transaction History

> x402scan Wallet Transaction History is a paid API for AI agents from x402scan.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-12).

Retrieves the transaction history for a specific wallet address within the x402 payment ecosystem

## Facts

- Endpoint: GET https://x402scan.com/api/x402/wallets/%7Baddress%7D/transactions
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-12
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402scan-wallet-transaction-history-ce0220d1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tRB-RWAyTfEMLhAHqIv2e

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 x402scan-wallet-transaction-history-ce0220d1
```

Example prompt: Pull up the x402scan transaction history for wallet address 0x1234abcd...5678 so I can see all the payments and purchases it has made in the x402 ecosystem.

## When to prefer this

Use this endpoint when you need to audit, display, or analyze the x402 payment activity of a specific wallet address. Ideal for agents that need to verify past purchases, track spending patterns, or confirm that payments were made through the x402 protocol. Best when you have a specific Ethereum-style wallet address and want its full transaction history within x402.

## Known failure modes

- Invalid or malformed wallet address returns 400 or empty result
- Wallet address not found in x402 ecosystem returns empty transaction list
- Payment of $0.01 USDC not fulfilled results in 402 Payment Required response
- Rate limiting or service unavailability returns 429 or 503
- Non-checksummed Ethereum address may cause lookup failure

## How this service works

Explore the x402 ecosystem. View transactions, sellers, origins and resources. Explore the future of agentic commerce.

## Output

A list of x402 transactions associated with the specified wallet address, likely including payment amounts, timestamps, resource/seller identifiers, and transaction status within the x402 agentic commerce ecosystem.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402scan-wallet-transaction-history-ce0220d1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402scan.com](https://www.zero.xyz/host/x402scan.com/llms.txt)
