# Optix402 Trending Endpoints — x402 Market Intelligence

> Optix402 Trending Endpoints — x402 Market Intelligence 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 ranked list of trending API endpoints in the x402 pay-per-call ecosystem based on real-time activity and demand signals.

## Facts

- Endpoint: GET https://optinx402.vercel.app/api/trending
- 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-trending-endpoints-x402-market-intelligence-932dcd5d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pj0-qk36Y50UGai8IJeha

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-trending-endpoints-x402-market-intelligence-932dcd5d
```

Example prompt: What are the trending APIs in the x402 marketplace right now — show me which pay-per-call endpoints are getting the most activity?

## When to prefer this

Use this endpoint when you need to discover which x402 pay-per-call APIs are currently popular or gaining traction, for competitive research, ecosystem monitoring, or identifying high-demand services to integrate or invest in.

## Known failure modes

- Empty items array if no activity data is available yet
- 500 server error if the analytics backend is unavailable
- Payment failure (402) if the $0.02 USDC payment is not correctly attached
- Rate limiting if called too frequently

## 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 a count field and an items array listing trending x402 API endpoints ranked by current activity, demand, or transaction signals within the ecosystem.

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/optix402-trending-endpoints-x402-market-intelligence-932dcd5d/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)
