# Optix402 Wallet Type Classifier

> Optix402 Wallet Type Classifier is a paid API for AI agents from optinx402.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Looks up the wallet type (e.g. agent, user, contract) for a given blockchain wallet address in the x402 ecosystem

## Facts

- Endpoint: GET https://optinx402.vercel.app/api/wallet/%7Baddress%7D/type
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/optix402-wallet-type-classifier-11371861
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_B3Wytkx-TakTKW0eNpw4f

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 optix402-wallet-type-classifier-11371861
```

Example prompt: Can you check what type of wallet 0xAbc123... is in the x402 ecosystem — is it classified as an agent, user, or something else?

## When to prefer this

Use this endpoint when you need to classify a specific blockchain wallet address by its role or type within the x402 ecosystem — particularly useful for distinguishing AI agent wallets from human user wallets or smart contracts. Prefer this over generic blockchain explorers when you need x402-specific wallet classification context.

## Known failure modes

- Invalid or malformed wallet address returns an error response
- Unknown wallet address not present in x402 ecosystem may return null or empty type
- Network/server errors from Vercel hosting could cause 5xx responses
- Payment failure (insufficient USDC) results in 402 response blocking the call

## How this service works

Real-time analytics for the x402 ecosystem. 30 endpoints covering market intelligence, buyer analytics, competitive analysis, revenue tracking, and ecosystem health.

## Output

Returns a JSON object with the wallet address and its type classification (e.g. 'agent', 'user', 'contract') within the x402 marketplace ecosystem

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "type": "agent",
  "address": "0x..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/optix402-wallet-type-classifier-11371861/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from optinx402.vercel.app](https://www.zero.xyz/host/optinx402.vercel.app/llms.txt)
