# Optix402 Buyer Activity Analytics

> Optix402 Buyer Activity 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).

Returns real-time buyer activity data from the x402 micropayment ecosystem marketplace

## Facts

- Endpoint: GET https://optinx402.vercel.app/api/buyer-activity
- 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-buyer-activity-analytics-5930a6df
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1Pt1PF6J8LzGaDwsekhaV

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-buyer-activity-analytics-5930a6df
```

Example prompt: Pull the latest buyer activity from the Optix402 x402 marketplace intelligence feed so I can see who's been purchasing API calls and how active buyers are right now.

## When to prefer this

Choose this endpoint when you need real-time visibility into who is buying within the x402 micropayment ecosystem specifically — not general e-commerce or web2 payment analytics. Best suited for x402 network participants, API marketplace operators, or agents monitoring x402 ecosystem health and buyer-side demand signals.

## Known failure modes

- Empty activity array returned when no recent buyer activity exists
- 402 Payment Required if USDC micropayment is not properly attached
- Network timeout if the Vercel deployment is cold-starting
- Invalid or malformed response if upstream x402 data pipeline is unavailable
- Rate limiting or authentication errors if payment header is missing or incorrect

## 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 'activity' array with buyer activity records from the x402 ecosystem — each entry likely includes buyer identifiers, transaction events, and timestamps reflecting real-time marketplace behavior.

## 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": {
  "activity": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/optix402-buyer-activity-analytics-5930a6df/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)
