# datastand.dev Bazaar Market Report

> datastand.dev Bazaar Market Report is a paid API for AI agents from datastand.dev, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns a daily aggregated market intelligence report for the x402 Bazaar, including index size, USDC price distribution, real usage stats, listing rates, churn risk, and domain concentration.

## Facts

- Endpoint: GET https://datastand.dev/api/data/bazaar-market-report
- 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/datastand-dev-bazaar-market-report-a160b3fe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BsqGKdmKiVXK0iU7xG46R

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 datastand-dev-bazaar-market-report-a160b3fe
```

Example prompt: Give me today's x402 Bazaar market report — I want to see the index size, USDC price distribution percentiles, which resources are getting the most calls, and how much churn risk there is in the ecosystem.

## When to prefer this

Choose this endpoint when you need a pre-aggregated, daily snapshot of the entire x402 Bazaar ecosystem — including pricing, usage, churn, and concentration metrics — rather than querying raw discovery data yourself. Ideal for monitoring dashboards, competitive research, pricing calibration, or ecosystem health tracking without building your own aggregation pipeline.

## Known failure modes

- Report not yet available for the current day — may return stale or empty data if the daily rebuild has not completed
- Network or upstream CDP discovery API outage causing the rebuild to fail
- Payment failure or insufficient USDC balance causing 402 rejection
- Rate limiting if called excessively within a short window

## How this service works

Daily market intelligence on the x402 Bazaar: index size and composition by network and scheme, USDC price percentiles, real usage statistics, new-listing rate, churn-risk aging and domain concentration. Every build carries a changes block saying what MOVED since the build before it, covering resources, unique domains, 30-day calls, each price percentile, every network that gained or lost, and which domains entered or left the published top 20, with the window measured.

## Output

A JSON report containing: x402 Bazaar index size and composition broken down by network and payment scheme, USDC price distribution at key percentiles, real usage statistics (share of resources with at least one call in the past 30 days, top-20 resources ranked by call count), new-listing rate, churn-risk aging data, and domain concentration metrics. Data is rebuilt daily by an autonomous agent from the public CDP discovery API.

## 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",
      "HEAD"
     ],
     "type": "string"
    }
   },
   "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/datastand-dev-bazaar-market-report-a160b3fe/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from datastand.dev](https://www.zero.xyz/host/datastand.dev/llms.txt)
