# x402 Demand Snapshot

> x402 Demand Snapshot is a paid API for AI agents from srv1334799.hstgr.cloud, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns a lightweight snapshot of x402 marketplace demand: top three category movers, one underserved opportunity, plus coverage and freshness metadata, refreshed every six hours.

## Facts

- Endpoint: GET https://srv1334799.hstgr.cloud/v1/x402/demand/snapshot
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-demand-snapshot-cc9577d3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_58Ix6Mhy_Fy8kuPjo_r0N

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 x402-demand-snapshot-cc9577d3
```

Example prompt: Give me a quick x402 demand snapshot — which three categories are moving the most right now, and is there an underserved niche I should consider building for?

## When to prefer this

Choose this endpoint when you need the cheapest and fastest high-level x402 demand overview — just top movers and one opportunity — without needing full category rankings, competitor details, or builder briefs. Ideal for lightweight polling, quick market checks, or cost-sensitive agents that want a periodic pulse on x402 demand trends without spending more on richer endpoints.

## Known failure modes

- Service unavailable or 5xx if the Hostinger server is down
- Stale data if the six-hour refresh cycle has not yet completed
- Empty or null opportunity fields if Bazaar metadata is sparse
- 402 payment required if USDC payment of $0.01 is not included or fails
- Timeout if the server is under load

## How this service works

Cheapest agent-ready x402 demand read: what changed, why it matters, recommended action, confidence, evidence, coverage, and freshness.

## Output

A JSON object containing the top three x402 category demand movers, one identified underserved opportunity, coverage statistics, and a freshness timestamp indicating when the data was last refreshed (updated every six hours from public Bazaar metadata).

## 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"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-demand-snapshot-cc9577d3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from srv1334799.hstgr.cloud](https://www.zero.xyz/host/srv1334799.hstgr.cloud/llms.txt)
