# Optix402 — Domain Revenue Analytics

> Optix402 — Domain Revenue Analytics is a paid API for AI agents from optinx402.vercel.app, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns real-time revenue tracking data for a specific domain within the x402 micropayment ecosystem

## Facts

- Endpoint: GET https://optinx402.vercel.app/api/service/%7Bdomain%7D/revenue
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/optix402-domain-revenue-analytics-4f3b372c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OFioWXD2dczWts15HZAH2

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-domain-revenue-analytics-4f3b372c
```

Example prompt: Pull the x402 revenue analytics for example.com — I want to see how much that domain has earned in the x402 marketplace.

## When to prefer this

Use this endpoint when you need to look up revenue and earnings data for a specific domain that participates in the x402 micropayment ecosystem. It is the right choice when monitoring how much income an x402-enabled API or service has generated, or when doing competitive revenue analysis within the x402 marketplace.

## Known failure modes

- Domain not found in x402 ecosystem — returns empty or null revenue data
- Invalid domain format in path parameter — may return 400 or unexpected response
- Domain has no payment history — returns zero revenue
- Vercel cold start latency causing slow initial response
- Payment of 0.02 USDC required upfront; missing payment returns 402 error

## 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 service name and domain identifier along with revenue metrics for that domain within the x402 micropayment ecosystem, priced at $0.02 USDC per call.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "name": "Service",
  "domain": "example.com"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/optix402-domain-revenue-analytics-4f3b372c/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)
