# x402scan Wallet Sent Transactions

> x402scan Wallet Sent Transactions is a paid API for AI agents from x402scan-j55w7ornb-merit-systems.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns paginated on-chain transfers where the specified wallet address is the sender, with filtering by chain, timeframe, and sort options.

## Facts

- Endpoint: GET https://x402scan-j55w7ornb-merit-systems.vercel.app/api/data/wallets/:address/transactions
- 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/x402scan-j55w7ornb-merit-systems-vercel-app-0ad31b5d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1a6THSDmAWU2E4B1ps4IL

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-j55w7ornb-merit-systems-vercel-app-0ad31b5d
```

Example prompt: Show me the last 30 days of outgoing transactions for wallet address 0xABC123... on the Base chain, sorted by amount descending, 25 results per page starting from page 0.

## When to prefer this

Use this endpoint when you need outgoing/sent transaction history for a specific wallet address with pagination and filtering support. Prefer this over the merchant recipient endpoint when the wallet is acting as a spender rather than a receiver. Choose this over aggregate stats endpoints when you need individual transaction-level detail rather than summary counts or totals.

## Known failure modes

- Invalid wallet address format returns an error or empty result
- Unsupported chain value returns a validation error
- Page index out of bounds returns empty results
- Invalid timeframe value (not 1, 7, 14, or 30) may return error or be ignored
- Network timeout or upstream indexer unavailability causes 5xx error
- Missing required address path parameter returns 400 or 404

## How this service works

Paginated transfers where wallet is sender

## Output

A paginated list of on-chain transfer records where the queried wallet is the sender, including asset type, amount, recipient address, chain, and timestamp. Supports up to 100 items per page across Base and Solana chains.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402scan-j55w7ornb-merit-systems-vercel-app-0ad31b5d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402scan-j55w7ornb-merit-systems.vercel.app](https://www.zero.xyz/host/x402scan-j55w7ornb-merit-systems.vercel.app/llms.txt)
