# Optix402 Agent Wallets Analytics

> Optix402 Agent Wallets Analytics 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).

Retrieves a list of agent wallets active in the x402 payment ecosystem for buyer analytics and market intelligence

## Facts

- Endpoint: GET https://optinx402.vercel.app/api/agent-wallets
- 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-agent-wallets-analytics-fb39a744
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yr_g8FXB-ZIdG44k6IpLS

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-agent-wallets-analytics-fb39a744
```

Example prompt: Can you pull up the list of agent wallets active in the x402 ecosystem from Optix402 so I can see who the buyers are?

## When to prefer this

Use this endpoint when you need to identify and enumerate agent wallets participating in the x402 payment protocol ecosystem, specifically for buyer analytics, competitive intelligence, or ecosystem health monitoring within x402-enabled marketplaces.

## Known failure modes

- Empty wallets array returned when no agent wallets are indexed yet
- HTTP 402 payment required if USDC payment of $0.05 not attached
- Malformed properties filter parameter returns error or empty result
- Service unavailable if Vercel deployment is down
- Stale or incomplete data if ecosystem indexing lags behind real-time activity

## 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 an array of agent wallet records participating in the x402 payment ecosystem, potentially including wallet addresses, activity metrics, and buyer analytics data.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "wallets": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/optix402-agent-wallets-analytics-fb39a744/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)
