← oblique.markets · all endpoints
Use when an agent needs bazaar category heat. Returns x402 Bazaar category heat map: every listing in the latest daily full-catalogue snapshot classified into 9 categories (search/scrape, crypto-data, ai-inference, social-data, verification, compute/browser, agent-tools, enrichment, other) with listing counts, settled 30d calls, unique payers and listing share per category. $0.003.
| Price | $0.003 per call (3000 atomic USDC, scheme exact) |
|---|---|
| Category | market-data |
| Rails | x402 · USDC on Base (eip155:8453) and Solana · MPP pathUSD on Tempo |
| Canonical URL | https://api.oblique.markets/api/v1/paid/bazaar-category-heat |
curl -i https://api.oblique.markets/api/v1/paid/bazaar-category-heat # → HTTP 402 with the exact payment requirements; pay, then retry with PAYMENT-SIGNATURE (x402) or Authorization: Payment (MPP)
{
"type": "object",
"properties": {}
}{
"as_of": "2026-08-10",
"categories": [
{
"category": "crypto-data",
"listings": 4210,
"calls_30d": 98230,
"payers_30d": 8120,
"share": 0.2902
},
{
"category": "search/scrape",
"listings": 2130,
"calls_30d": 61450,
"payers_30d": 4530,
"share": 0.1468
},
{
"category": "ai-inference",
"listings": 1890,
"calls_30d": 40110,
"payers_30d": 3010,
"share": 0.1303
},
{
"category": "agent-tools",
"listings": 1240,
"calls_30d": 18990,
"payers_30d": 1470,
"share": 0.0855
},
{
"category": "social-data",
"listings": 980,
"calls_30d": 12840,
"payers_30d": 990,
"share": 0.0676
},
{
"category": "enrichment",
"listings": 760,
"calls_30d": 9210,
"payers_30d": 640,
"share": 0.0524
},
{
"category": "compute/browser",
"listings": 540,
"calls_30d": 7350,
"payers_30d": 480,
"share": 0.0372
},
{
"category": "verification",
"listings": 410,
"calls_30d": 5120,
"payers_30d": 350,
"share": 0.0283
},
{
"category": "other",
"listings": 2345,
"calls_30d": 4890,
"payers_30d": 410,
"share": 0.1617
}
],
"generated_at": "2026-08-10T12:00:00.000Z"
}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