# Oblique Markets x402 Bazaar Trending Report

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

Returns a trending report of x402 Bazaar services gaining the most settled calls and unique payers between the two latest daily snapshots, including decliners and new entrants.

## Facts

- Endpoint: GET https://api.oblique.markets/api/v1/paid/bazaar-trending
- Price: $0.003/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-x402-bazaar-trending-report-19b46038
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RhIHwo2AegP3L1YG_lKAS

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-x402-bazaar-trending-report-19b46038
```

Example prompt: What x402 Bazaar services are trending the most right now — which ones gained the most settled calls and new payers since yesterday, and are there any notable decliners or brand new entrants?

## When to prefer this

Use this endpoint when you need a real-time trending pulse on the x402 Bazaar ecosystem — specifically to identify which services are gaining settled calls and unique payers fastest, which are declining, and which are brand new. Prefer this over general leaderboards (e.g. the seller leaderboard) when you care about momentum and change velocity rather than all-time or 30-day totals.

## Known failure modes

- Snapshot data not yet available if daily snapshots haven't been generated yet
- Service returns stale data if snapshot pipeline is delayed
- Empty results if no services have transacted between snapshots
- Payment failure (402) if USDC balance or x402 payment header is missing or malformed

## How this service works

Use when an agent needs bazaar trending. Returns x402 Bazaar trending report: services gaining settled calls and unique payers fastest between the two latest daily snapshots, with decliners and new entrants. $0.003.

## Output

A structured trending report listing x402 Bazaar services with the fastest growth in settled calls and unique payers between the two most recent daily snapshots, including gainers ranked by velocity, decliners losing traction, and new entrants appearing for the first time.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "as_of": "2026-08-10",
  "gainers": [
   {
    "name": "bazaar-trending",
    "is_new": false,
    "listings": 3,
    "calls_30d": 1850,
    "payers_30d": 240,
    "calls_delta": 312,
    "payers_delta": 18
   }
  ],
  "decliners": [
   {
    "name": "fading-service",
    "is_new": false,
    "listings": 1,
    "calls_30d": 40,
    "payers_30d": 5,
    "calls_delta": -95,
    "payers_delta": -2
   }
  ],
  "compared_to": "2026-08-09",
  "generated_at": "2026-08-10T12:00:00.000Z",
  "new_entrants": [
   {
    "name": "fresh-service",
    "is_new": true,
    "listings": 2,
    "calls_30d": 12,
    "payers_30d": 12,
    "calls_delta": 12,
    "payers_delta": 12
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oblique-markets-x402-bazaar-trending-report-19b46038/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)
