# Oblique Markets x402 Bazaar New Listings

> Oblique Markets x402 Bazaar New Listings 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-14).

Returns up to 50 new x402 Bazaar listings from the latest daily full-catalogue snapshot that were absent the prior day, sorted by 30-day call volume

## Facts

- Endpoint: GET https://api.oblique.markets/api/v1/paid/bazaar-new-listings
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oblique-markets-x402-bazaar-new-listings-b85289d6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5EWdekW0iEE_tD7hl6LyH

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-new-listings-b85289d6
```

Example prompt: Show me the brand-new x402 Bazaar listings from today's snapshot — the ones that weren't there yesterday — sorted by how many calls they've been getting over the last 30 days.

## When to prefer this

Choose this endpoint when you need to track what's newly entering the x402 Bazaar marketplace on a daily cadence, especially when you want new listings ranked by existing traction (30d call volume). Prefer this over a full catalogue endpoint when you only care about delta/new arrivals, and over a seller leaderboard endpoint when your focus is new resources rather than top sellers.

## Known failure modes

- Snapshot not yet generated for today — may return empty list or prior day's diff
- No new listings in the daily diff — returns an empty array
- Rate limiting or payment failure — HTTP 402 or 429 response
- Upstream catalogue data temporarily unavailable — 503 or timeout
- Malformed response if the snapshot pipeline encountered errors

## How this service works

Use when an agent needs bazaar new listings. Returns x402 Bazaar new listings: resources that appeared in the latest daily full-catalogue snapshot but were absent the day before — resource URL, service, network, price and seller for up to 50 entrants, sorted by 30d call volume. $0.003.

## Output

A list of up to 50 new x402 Bazaar resource entries, each containing the resource URL, service name, network, price (in USDC or native token), seller address, and 30-day call volume, ordered descending by call volume. These are resources present in today's full-catalogue snapshot but absent from the prior day's snapshot.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "as_of": "2026-08-10",
  "count": 37,
  "compared_to": "2026-08-09",
  "generated_at": "2026-08-10T12:00:00.000Z",
  "new_listings": [
   {
    "seller": "0x1a2B3c4D5e6F7a8B9c0D1e2F3a4B5c6D7e8F9a0B",
    "network": "base",
    "resource": "https://api.fastsearch.example.com/x402/query",
    "service_name": "fastsearch",
    "amount_atomic": "5000"
   },
   {
    "seller": "0x9F8e7D6c5B4a3928170605040302010fEdCbA987",
    "network": "base",
    "resource": "https://feeds.chaindata.example.io/prices/latest",
    "service_name": "chaindata-feeds",
    "amount_atomic": "1000"
   }
  ]
 }
}
```

## More

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