# Tokenguard Intel x402 — x402 Marketplace Intelligence

> Tokenguard Intel x402 — x402 Marketplace Intelligence is a paid API for AI agents from eltociear-tokenguard.hf.space, paid per call via x402, $1/call, status unknown (last checked 2026-09-14).

Returns x402 API marketplace analytics including pricing distributions, supply/demand metrics, coverage statistics, and demand ranked by tag across x402-monetized web resources.

## Facts

- Endpoint: POST https://eltociear-tokenguard.hf.space/intel/x402
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tokenguard-intel-x402-x402-marketplace-intelligence-89201c8a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2qmMdmGjfJreqF2dY-QsI

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 tokenguard-intel-x402-x402-marketplace-intelligence-89201c8a -d '<json body>'
```

Example prompt: Can you pull the latest x402 marketplace intelligence — I want to see pricing percentiles, how many resources are live, and which tags are getting the most demand and payers per resource right now?

## When to prefer this

Choose this endpoint when you need structured analytics about the x402 API marketplace itself — pricing benchmarks, supply/demand by tag, or coverage statistics. It is the right choice for agents building pricing strategies, marketplace reports, or competitive intelligence about x402-monetized resources. It is NOT suitable for querying individual token safety, OFAC screening, or DeFi protocol analytics (use other tokenguard sibling endpoints for those).

## Known failure modes

- Malformed request body returns validation error — body must conform to the nested input schema with required fields type, method, bodyType, body
- Payment not included or insufficient — endpoint requires x402 micropayment; missing payment header results in 402 response
- Empty or missing 'input' field in POST body causes schema validation failure
- Service unavailable on Hugging Face Space if the space is sleeping or resource-constrained

## How this service works

Full x402 market-intelligence report from a complete CDP Bazaar dump: demand-to-supply ratio for every tag with HOST CONCENTRATION so an incumbent's garden is not mistaken for an opening, price percentiles for resources that actually earn (broken out by category), the high-value tier charging $50-$3,208 per call, and calls-per-payer retention for the top 30 earning hosts. Answers what to build, what to charge, and what to avoid. Free preview at GET /intel/x402/preview.

## Output

A JSON object containing: pricing distribution percentiles (p25, median, p75, p90) across earning resources; coverage stats (total resources, distinct hosts, resources with any demand); and a demand_by_tag array ranking tags by supply, distinct hosts, top host, top host share percentage, and payers per resource.

## 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",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "required": [],
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "pricing": {
   "all_earning_resources": {
    "p25": 0.005,
    "p75": 0.05,
    "p90": 0.15,
    "median": 0.02
   }
  },
  "coverage": {
   "resources": 14736,
   "distinct_hosts": 1556,
   "resources_with_any_demand": 14428
  },
  "demand_by_tag": [
   {
    "tag": "us-gov-data",
    "supply": 206,
    "top_host": "2s.io",
    "distinct_hosts": 2,
    "top_host_share_pct": 100,
    "payers_per_resource": 7.97
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tokenguard-intel-x402-x402-marketplace-intelligence-89201c8a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from eltociear-tokenguard.hf.space](https://www.zero.xyz/host/eltociear-tokenguard.hf.space/llms.txt)
