← oblique.markets · all endpoints

GET /api/v1/paid/bazaar-new-listings — $0.003 per call

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.

Price$0.003 per call (3000 atomic USDC, scheme exact)
Categorymarket-data
Railsx402 · USDC on Base (eip155:8453) and Solana · MPP pathUSD on Tempo
Canonical URLhttps://api.oblique.markets/api/v1/paid/bazaar-new-listings

Try it

curl -i https://api.oblique.markets/api/v1/paid/bazaar-new-listings
# → HTTP 402 with the exact payment requirements; pay, then retry with PAYMENT-SIGNATURE (x402) or Authorization: Payment (MPP)

Input schema

{
 "type": "object",
 "properties": {}
}

Example output

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

Clients

Worked TypeScript/Python clients and MCP configs: oblique-markets/oblique-examples · Agent Skills: oblique-markets/skills

Pay per call with x402 (USDC on Base or Solana) or MPP (pathUSD on Tempo). No accounts. Machine doors: /.well-known/x402.json · /openapi.json · /llms-full.txt · MCP · humans: remote.observer