← oblique.markets · all endpoints

GET /api/v1/paid/bazaar-pulse — $0.002 per call

Use when an agent needs bazaar pulse. 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.

Price$0.002 per call (2000 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-pulse

Try it

curl -i https://api.oblique.markets/api/v1/paid/bazaar-pulse
# → 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-27",
 "totals": {
  "resources": 42,
  "sellers": 12,
  "calls_30d": 1850
 },
 "top_services": [
  {
   "name": "bazaar-pulse",
   "listings": 3,
   "calls_30d": 250,
   "payers_30d": 18
  }
 ],
 "networks": [
  "eip155:8453",
  "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"
 ],
 "generated_at": "2026-08-27T12: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