← oblique.markets · all endpoints

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

Use when an agent needs bazaar price stats. Returns x402 Bazaar price distribution across the latest daily full-catalogue snapshot: min/p25/p50/p75/p90/max in atomic units and USD, USD price bands with shares, and per-network listing counts with median price. Optional ?network= filter. $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-price-stats

Try it

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

Input schema

{
 "type": "object",
 "properties": {
  "network": {
   "type": "string",
   "description": "Optional network filter (e.g. 'base', 'solana'); omit for all networks."
  }
 }
}

Example output

{
 "as_of": "2026-08-10",
 "n": 13984,
 "atomic": {
  "min": 10,
  "p25": 1000,
  "p50": 5000,
  "p75": 20000,
  "p90": 100000,
  "max": 5000000000
 },
 "usd": {
  "min": 0.00001,
  "p25": 0.001,
  "p50": 0.005,
  "p75": 0.02,
  "p90": 0.1,
  "max": 5000
 },
 "bands": [
  {
   "label": "<0.001",
   "count": 3121,
   "share": 0.2232
  },
  {
   "label": "0.001-0.005",
   "count": 4482,
   "share": 0.3205
  },
  {
   "label": "0.005-0.02",
   "count": 3350,
   "share": 0.2396
  },
  {
   "label": "0.02-0.1",
   "count": 1904,
   "share": 0.1362
  },
  {
   "label": "0.1-1",
   "count": 862,
   "share": 0.0616
  },
  {
   "label": "1+",
   "count": 265,
   "share": 0.019
  }
 ],
 "by_network": [
  {
   "network": "base",
   "n": 11208,
   "median_atomic": 5000
  },
  {
   "network": "solana",
   "n": 2776,
   "median_atomic": 4000
  }
 ],
 "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