# Optix402 Whales Analytics Endpoint

> Optix402 Whales 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 a list of high-volume buyers (whales) active in the x402 payment ecosystem

## Facts

- Endpoint: GET https://optinx402.vercel.app/api/whales
- 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-whales-analytics-endpoint-5a31a694
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dYENL8chBJ2c4cywrnZ58

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

Example prompt: Who are the biggest whale buyers in the x402 API marketplace right now — can you pull the current list of high-volume spenders from Optix402?

## When to prefer this

Use this endpoint when you need to identify the highest-spending participants in the x402 micropayment ecosystem, such as for competitive intelligence, partnership targeting, or ecosystem health monitoring. Prefer this over generic blockchain analytics when you specifically want x402 marketplace buyer behavior.

## Known failure modes

- Empty whales array returned if no whale activity has been detected yet
- 402 Payment Required if USDC payment of $0.05 is not included in the request
- Service unavailable if the Vercel deployment is down
- Stale data if real-time analytics pipeline is delayed
- Malformed JSON if the upstream data source is unreachable

## 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

A JSON object containing a 'whales' array listing high-volume buyers or wallets with the most significant purchasing activity in the x402 ecosystem; the array may include wallet addresses, spend volumes, or transaction counts depending on available data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/optix402-whales-analytics-endpoint-5a31a694/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)
