← oblique.markets · all endpoints

GET /api/v1/paid/bazaar-delta — $0.004 per call

Use when an agent needs bazaar delta. Returns x402 Bazaar day-over-day catalogue diff between the two latest daily full-catalogue snapshots: counts and samples of added resources, removed resources, and price changes (from/to atomic amounts). $0.004.

Price$0.004 per call (4000 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-delta

Try it

curl -i https://api.oblique.markets/api/v1/paid/bazaar-delta
# → 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",
 "added": {
  "count": 37,
  "sample": [
   "https://api.fastsearch.example.com/x402/query",
   "https://feeds.chaindata.example.io/prices/latest"
  ]
 },
 "removed": {
  "count": 21,
  "sample": [
   "https://old.defunct-service.example.net/api/v1/data"
  ]
 },
 "price_changed": {
  "count": 14,
  "sample": [
   {
    "resource": "https://api.imagegen.example.ai/generate",
    "from_atomic": "10000",
    "to_atomic": "25000"
   },
   {
    "resource": "https://api.tokenfeed.example.io/quote",
    "from_atomic": "5000",
    "to_atomic": "2000"
   }
  ]
 },
 "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