# Oblique Markets Bazaar Pulse

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

Returns live market pulse data for the x402 Bazaar: trending services, call volumes, and new listings derived from daily full-catalogue snapshots

## Facts

- Endpoint: GET https://api.oblique.markets/api/v1/paid/bazaar-pulse
- Price: $0.002/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-pulse-3f602070
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_N_-TgWCBXJ37tjIWqulzc

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-pulse-3f602070
```

Example prompt: What services are trending on the x402 Bazaar right now — show me call volumes and any hot new listings from the latest snapshot.

## When to prefer this

Use this endpoint when you need a broad, current overview of which services are hot across the entire x402 Bazaar — trending rankings, call volumes, and new listings in one call. Prefer the category heat map sibling endpoint if you need per-category breakdowns, or the catalogue diff endpoint if you want precise day-over-day change counts rather than pulse/trend signals.

## Known failure modes

- Snapshot data may be up to 24 hours old if the daily catalogue has not yet refreshed
- Payment of $0.002 USDC required per call via x402 protocol; missing payment returns 402 status
- Empty or sparse results if the catalogue snapshot job failed or is still processing
- Network timeout if the upstream aggregation service is unavailable

## How this service works

Use when an agent wants one-call situational awareness of the x402 Bazaar before choosing what to buy or sell. Returns Live x402 Bazaar market pulse: trending services, call volumes, new listings, and catalog changes from daily full-catalog snapshots. Machine-readable JSON for agent-market research. $0.002.

## Output

A market pulse summary for the x402 Bazaar including trending services ranked by activity, call volume data, newly listed services, and aggregate marketplace statistics derived from the latest daily full-catalogue snapshot.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "as_of": "2026-08-27",
  "totals": {
   "sellers": 12,
   "calls_30d": 1850,
   "resources": 42
  },
  "networks": [
   "eip155:8453",
   "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"
  ],
  "generated_at": "2026-08-27T12:00:00.000Z",
  "top_services": [
   {
    "name": "bazaar-pulse",
    "listings": 3,
    "calls_30d": 250,
    "payers_30d": 18
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oblique-markets-bazaar-pulse-3f602070/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)
