# Optix402 x402 Marketplace Alerts API

> Optix402 x402 Marketplace Alerts API is a paid API for AI agents from optinx402.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Retrieves real-time alerts for the x402 ecosystem, covering market intelligence, anomalies, and ecosystem health notifications

## Facts

- Endpoint: GET https://optinx402.vercel.app/api/alerts
- Price: $0.08/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-alerts-api-4b0506f1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vNc2K_I5xX7o_CHFH6TLS

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-alerts-api-4b0506f1
```

Example prompt: Check the Optix402 marketplace intelligence alerts right now and tell me if there are any active alerts in the x402 ecosystem — especially anything related to market shifts or ecosystem health.

## When to prefer this

Use this endpoint when you need real-time alert notifications specifically for the x402 ecosystem — particularly for monitoring market intelligence anomalies, competitive shifts, or ecosystem health events in the x402 payment protocol marketplace. Prefer this over general analytics endpoints when you want push-style alert data rather than historical metrics.

## Known failure modes

- Empty alerts array returned when no active alerts exist
- Payment required error (402) if USDC payment of $0.08 is not provided
- Invalid properties filter parameter results in malformed request
- Service unavailable if Vercel deployment is down
- Stale or delayed data if underlying analytics pipeline is lagging

## 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 'alerts' array with current active alerts from the x402 marketplace intelligence system; may be empty if no alerts are active at the time of the call.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/optix402-x402-marketplace-alerts-api-4b0506f1/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)
