# Clink x402 Bazaar Market Pulse

> Clink x402 Bazaar Market Pulse is a paid API for AI agents from clink-lithium-vault.fly.dev, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns a daily snapshot of the entire x402 API marketplace and MCP registry, including revenue stats, top movers, new launches, and delisted services over a configurable lookback window.

## Facts

- Endpoint: GET https://clink-lithium-vault.fly.dev/market/pulse
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clink-x402-bazaar-market-pulse-4f670e68
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XJxUkQ6eKpDklJidjFitb

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 clink-x402-bazaar-market-pulse-4f670e68
```

Example prompt: Pull me the x402 bazaar market pulse for the last 14 days — I want to see total revenue, week-over-week changes, which services are gaining or losing, and any new launches that already have paying customers.

## When to prefer this

Choose this endpoint when you need a broad, aggregated view of the entire x402 agent API marketplace in a single call — especially for competitive intelligence, trend monitoring, or market sizing in the agentic economy. It is uniquely suited for tracking which agent tools are gaining or losing paying customers across the whole bazaar, something no single-service analytics tool provides.

## Known failure modes

- Invalid days parameter (outside 1-60 range) returns an error
- Payment of 0.1 USDC not received results in 402 Payment Required response
- Stale data if the daily snapshot pipeline has not yet run for the current day
- Service temporarily unavailable if the Fly.dev instance is cold-starting

## How this service works

Agent economy market report - what AI agents actually pay for. Daily snapshots of the ENTIRE x402 bazaar + MCP registry: total revenue and payers with week-over-week change, top gaining and losing services, new launches that already have paying customers, delisted services, revenue by price band. x402 analytics, API marketplace stats, agentic commerce data, competitor tracking for agent tool sellers. ?days=7 (1-60). Free sample: /market/example.

## Output

A structured JSON report covering the full x402 bazaar and MCP registry for the requested lookback window: aggregate revenue and payer counts with week-over-week deltas, ranked lists of top gaining and losing services, newly launched services that already have paying users, delisted services, and revenue distribution across price bands.

## 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",
     "required": [],
     "properties": {
      "days": {
       "type": "string",
       "description": "lookback window in days, 1-60, default 7"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clink-x402-bazaar-market-pulse-4f670e68/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clink-lithium-vault.fly.dev](https://www.zero.xyz/host/clink-lithium-vault.fly.dev/llms.txt)
