# Seven ASP x402 Gateway – Wallet Intelligence

> Seven ASP x402 Gateway – Wallet Intelligence is a paid API for AI agents from x402.167-179-80-192.sslip.io, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Analyzes on-chain activity and intelligence for a given Ethereum wallet address via the x402 payment protocol.

## Facts

- Endpoint: POST https://x402.167-179-80-192.sslip.io/v1/xlayer-wallet-activity/wallet-intelligence
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/seven-asp-x402-gateway-wallet-intelligence-6ba8a738
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uDySl1F6PBBpmsljAMJBo

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 seven-asp-x402-gateway-wallet-intelligence-6ba8a738 -d '<json body>'
```

Example prompt: Can you pull the wallet intelligence report for 0x742d35Cc6634C0532925a3b844Bc454e4438f44e and tell me what on-chain activity stands out?

## When to prefer this

Choose this endpoint when you need structured on-chain intelligence for a specific Ethereum wallet address and are operating within an x402-enabled payment flow. It is particularly useful for due diligence, counterparty research, and behavioral profiling of Ethereum addresses. Prefer this over generic blockchain explorers when you need a machine-readable intelligence payload rather than a human-facing UI, and when $0.05 USDC per call is acceptable for the use case.

## Known failure modes

- Invalid wallet address format (must match ^0x[0-9a-fA-F]{40}$) returns a validation error
- Wallet address with no on-chain history may return empty or minimal results
- Payment failure via x402 protocol (insufficient USDC balance or facilitator rejection) blocks the request
- Upstream Seven ASP service unavailability returns a 5xx error
- Rate limiting or quota exhaustion may cause temporary rejections

## How this service works

x402-native discovery surface for seven existing products.

## Output

A JSON object containing on-chain wallet activity and intelligence data for the specified Ethereum address, including transaction history, behavioral patterns, and related blockchain signals. The exact fields depend on the upstream Seven ASP service response.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "wallet_address": {
   "type": "string",
   "pattern": "^0x[0-9a-fA-F]{40}$"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/seven-asp-x402-gateway-wallet-intelligence-6ba8a738/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.167-179-80-192.sslip.io](https://www.zero.xyz/host/x402.167-179-80-192.sslip.io/llms.txt)
