# Optix402 New Services Discovery Endpoint

> Optix402 New Services Discovery Endpoint 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-15).

Returns a list of newly listed services in the x402 ecosystem marketplace for market intelligence and discovery.

## Facts

- Endpoint: GET https://optinx402.vercel.app/api/new-services
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/optix402-new-services-discovery-endpoint-93de37c0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BK1u_AG3591659b4G7AJP

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-new-services-discovery-endpoint-93de37c0
```

Example prompt: Can you pull up the latest newly listed services on the x402 marketplace so I can see what new APIs have recently been added to the ecosystem?

## When to prefer this

Use this endpoint when you want to discover newly listed services in the x402 ecosystem specifically, monitor ecosystem growth, or track new market entrants without needing historical or aggregated analytics from a different endpoint on the same platform.

## Known failure modes

- Empty items array if no new services have been listed recently
- Payment required (402) if USDC payment of $0.02 is not provided
- Service unavailable if the Vercel deployment is down
- Stale or incomplete data if the underlying x402 marketplace data feed is delayed

## 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 count of new services and an array of items representing newly listed x402 marketplace services, e.g. {"count": 5, "items": [...]}

## 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": {
  "count": 5,
  "items": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/optix402-new-services-discovery-endpoint-93de37c0/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)
