# Oblique Markets Bazaar Market Report

> Oblique Markets Bazaar Market Report is a paid API for AI agents from api.oblique.markets, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).

Returns a comprehensive daily market report for the x402 Bazaar marketplace, including totals, price distributions, network breakdown, top services, sellers, new entrants, movers, and repeat-demand counts.

## Facts

- Endpoint: GET https://api.oblique.markets/api/v1/paid/bazaar-market-report
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oblique-markets-bazaar-market-report-53fa7bc0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oKLwd2YBseuaeBWppMVCS

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 oblique-markets-bazaar-market-report-53fa7bc0
```

Example prompt: Pull the latest Bazaar market report from Oblique Markets — I want to see the top services by settled calls, the top sellers, any new entrants since the last snapshot, and which listings have real repeat demand.

## When to prefer this

Use this endpoint when you need a holistic, pre-aggregated view of the entire x402 Bazaar API marketplace in a single call — covering pricing, volume, seller rankings, and demand signals — rather than querying individual service metrics separately. Ideal for market intelligence, competitive research, ecosystem health monitoring, or investment analysis into the x402 API economy.

## Known failure modes

- Payment not settled (x402 payment required — $0.50 USDC per call)
- Snapshot not yet generated for the current day (data may reflect prior day)
- Rate limiting or quota exceeded on the endpoint
- Network error or API downtime returning 5xx

## How this service works

Use when an agent needs bazaar market report. Returns Comprehensive x402 Bazaar market report from the latest daily full-catalogue snapshot: marketplace totals, price percentiles and USD bands, network split, top 15 services by settled calls and by unique payers, top 10 sellers, new entrants vs the prior snapshot, top movers by call growth, and the count of listings with real repeat demand (>=5 unique 30d payers). $0.50.

## Output

A structured daily market report covering: aggregate marketplace totals (listings, calls, volume), price percentiles and USD bands across all listings, network-level breakdown, ranked lists of the top 15 services by settled calls and by unique payers, top 10 sellers by activity, newly listed services compared to the prior snapshot, top movers ranked by call growth, and the count of listings with genuine repeat demand (5 or more unique 30-day payers).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "as_of": "2026-08-10",
  "price": {
   "n": 13984,
   "usd": {
    "max": 5000,
    "min": 0.00001,
    "p25": 0.001,
    "p50": 0.005,
    "p75": 0.02,
    "p90": 0.1
   },
   "bands": [
    {
     "count": 3121,
     "label": "<0.001",
     "share": 0.2232
    }
   ],
   "atomic": {
    "max": 5000000000,
    "min": 10,
    "p25": 1000,
    "p50": 5000,
    "p75": 20000,
    "p90": 100000
   }
  },
  "movers": [
   {
    "name": "fastsearch",
    "calls_30d": 48210,
    "calls_delta": 5120
   }
  ],
  "totals": {
   "sellers": 862,
   "networks": 3,
   "calls_30d": 261440,
   "resources": 14512,
   "payers_30d": 41210
  },
  "networks": [
   {
    "share": 0.8159,
    "network": "base",
    "listings": 11840,
    "calls_30d": 219800
   }
  ],
  "compared_to": "2026-08-09",
  "top_sellers": [
   {
    "seller": "0x1a2B3c4D5e6F7a8B9c0D1e2F3a4B5c6D7e8F9…",
    "listings": 12,
    "calls_30d": 48210,
    "payers_30d": 1930
   }
  ],
  "generated_at": "2026-08-10T12:00:00.000Z",
  "new_entrants": {
   "count": 37,
   "sample": [
    "https://api.fastsearch.example.com/x402…"
   ]
  },
  "engaged_listings": {
   "count": 1284,
   "min_payers": 5
  },
  "top_services_by_calls": [
   {
    "name": "fastsearch",
    "listings": 3,
    "calls_30d": 48210,
    "payers_30d": 1930
   }
  ],
  "top_services_by_payers": [
   {
    "name": "chaindata-feeds",
    "listings": 2,
    "calls_30d": 21055,
    "payers_30d": 2640
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oblique-markets-bazaar-market-report-53fa7bc0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.oblique.markets](https://www.zero.xyz/host/api.oblique.markets/llms.txt)
