# Optix402 — x402 Marketplace Intelligence API (Service Domain Lookup)

> Optix402 — x402 Marketplace Intelligence API (Service Domain Lookup) 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).

Retrieves real-time marketplace intelligence and analytics for a specific domain within the x402 ecosystem

## Facts

- Endpoint: GET https://optinx402.vercel.app/api/service/%7Bdomain%7D
- 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-x402-marketplace-intelligence-api-service-domain-lookup-eb31448e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gpN-slXkOvqtts70SRW23

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-x402-marketplace-intelligence-api-service-domain-lookup-eb31448e
```

Example prompt: Pull up the x402 marketplace intelligence for the domain 'example.com' — I want to see its market stats, buyer activity, and how it stacks up competitively in the x402 ecosystem.

## When to prefer this

Use this endpoint when you need to look up market intelligence, buyer analytics, or competitive data for a specific domain registered in the x402 ecosystem. Prefer this over generic analytics APIs when the subject is specifically an x402-protocol service or API marketplace participant.

## Known failure modes

- Domain not found in x402 registry — returns empty or null data
- Invalid domain format causes malformed request
- Payment not received (402 response) blocking data access
- Rate limiting if too many calls are made in quick succession
- Domain exists but has no tracked activity — sparse or zero metrics returned

## 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 with service name, domain, and associated real-time analytics including market intelligence, buyer metrics, competitive analysis, revenue tracking, and ecosystem health indicators for the requested domain.

## 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-x402-marketplace-intelligence-api-service-domain-lookup-eb31448e/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)
