# x402 Demand Radar Market Map

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

Returns a structured market map of x402 paid API demand: category-level demand signals, top paid resources, top hosts, freshness metadata, and caveats.

## Facts

- Endpoint: GET https://srv1334799.hstgr.cloud/v1/market/map
- Price: $0.05/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-radar-market-map-4fe5076d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_13d_KE5zgyyHEruVLTYR_

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-radar-market-map-4fe5076d
```

Example prompt: Give me the x402 Demand Radar market map for the 'data' category, showing up to 50 results with at least 5 calls each, so I can see which paid resources and hosts are leading demand.

## When to prefer this

Use this endpoint when you need a broad, one-call overview of the entire x402 marketplace — category demand rankings, top resources, and top hosts — rather than a delta/change feed or a single-category deep dive. Prefer this over the cheaper demand summary when you need full ranked lists and host-level data.

## Known failure modes

- Invalid category string returns empty or filtered results
- limit out of range (below 1 or above 250) returns a validation error
- minCalls filter too high results in empty resource lists
- Service temporarily unavailable returns a non-200 status
- Payment not received (402) if USDC payment not included

## How this service works

x402 Demand Radar market map: category demand, top paid resources, top hosts, freshness and caveats.

## Output

A structured market map including: ranked categories by demand, top paid x402 resources with call counts and pricing, top hosts by activity, data freshness timestamp, and any caveats about coverage or data quality.

## 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": {
      "limit": {
       "type": "integer",
       "maximum": 250,
       "minimum": 1
      },
      "category": {
       "type": "string",
       "description": "Optional deterministic market category"
      },
      "minCalls": {
       "type": "integer",
       "minimum": 0
      }
     }
    }
   },
   "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-radar-market-map-4fe5076d/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)
