# OnchainExpat x402 Wallet Report

> OnchainExpat x402 Wallet Report is a paid API for AI agents from x402.onchainexpat.com, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-13).

Generates a comprehensive research report for a given crypto wallet address using the x402 pay-per-request protocol

## Facts

- Endpoint: POST https://x402.onchainexpat.com/api/x402-research/wallet-report
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/onchainexpat-x402-wallet-report-b89d3d74
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VqDRujqNI_8sCMIkH-ybM

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 onchainexpat-x402-wallet-report-b89d3d74 -d '<json body>'
```

Example prompt: Can you pull a full research report on the wallet address 0x1234abcd... and tell me what its activity, holdings, and transaction patterns look like?

## When to prefer this

Choose this endpoint when you need a pay-per-use, no-subscription wallet research report for due diligence, portfolio review, or onchain investigation. Prefer it over free block explorers when you want a pre-processed, AI-summarized report rather than raw transaction data.

## Known failure modes

- Invalid or malformed wallet address returns an error
- Unsupported blockchain network may yield empty or error response
- Insufficient x402 payment results in 402 Payment Required response
- Rate limiting or service unavailability returns 5xx error
- Empty response example in schema means output structure is not guaranteed

## How this service works

Pay-per-request AI, crypto, proxy, and utility APIs using x402 protocol

## Output

A JSON object containing a structured wallet research report, including information such as transaction history, token holdings, portfolio summary, and potentially risk or behavioral signals for the queried wallet address.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "address"
 ],
 "properties": {
  "chain": {
   "type": "string",
   "description": "Primary chain (default: ethereum)"
  },
  "address": {
   "type": "string",
   "description": "Wallet address or ENS name"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object",
   "description": "Deep wallet dossier with identity, DeFi positions, approvals, and behavioral profile"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

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