# Optix402 Wallet Analytics Endpoint

> Optix402 Wallet Analytics Endpoint 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).

Returns wallet profile and analytics data for a given blockchain address within the x402 ecosystem

## Facts

- Endpoint: GET https://optinx402.vercel.app/api/wallet/%7Baddress%7D
- 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-analytics-endpoint-5a8dce84
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HPM4NdoraczJEKmeXENCd

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-analytics-endpoint-5a8dce84
```

Example prompt: Can you look up the x402 marketplace intelligence profile for wallet address 0x1234abcd... and tell me what type of participant it is — agent or buyer — and any activity data associated with it?

## When to prefer this

Use this endpoint when you need to look up wallet-level profile, classification, or activity data for a specific blockchain address operating within the x402 payment ecosystem. Prefer this over generic blockchain explorers when you specifically need x402 marketplace intelligence such as buyer type, agent classification, or ecosystem health metrics tied to a wallet.

## Known failure modes

- Invalid or malformed wallet address returns an error response
- Address not found in the x402 ecosystem returns empty or null profile
- Network or upstream service unavailability causes a 5xx error
- Malformed address format (non-hex) may cause a 400 bad request
- Payment of $0.05 USDC not fulfilled triggers a 402 Payment Required response

## 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 containing the wallet type classification (e.g. 'agent'), the queried address, and associated ecosystem analytics such as buyer behavior, revenue data, or marketplace activity within the x402 network.

## 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-analytics-endpoint-5a8dce84/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)
