← oblique.markets · all endpoints
Use when an agent needs bazaar category heat feed. Returns Loopable Bazaar category-heat change feed with added, removed, rank-change and price-change records, stable cursors and feed timestamps. $0.001079.
| Price | $0.001079 per call (1079 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-feed |
curl -i https://api.oblique.markets/api/v1/paid/bazaar-category-heat-feed # → HTTP 402 with the exact payment requirements; pay, then retry with PAYMENT-SIGNATURE (x402) or Authorization: Payment (MPP)
{
"type": "object",
"properties": {
"categories": {
"type": "array",
"items": {
"type": "string"
}
},
"since_snapshot": {
"type": "string"
},
"cursor": {
"type": "string"
},
"max_changes": {
"type": "integer",
"minimum": 1,
"maximum": 100
}
}
}{
"feed_timestamp": "2026-08-24T05:00:00Z",
"snapshot": "2026-08-24",
"since_snapshot": "2026-08-23",
"categories": [
"crypto-data",
"ai-inference"
],
"changes": [
{
"type": "added",
"resource": "https://api.example/quote",
"category": "crypto-data",
"service": "Quote Feed",
"amount_atomic": "1079",
"rank": 4
},
{
"type": "removed",
"resource": "https://old.example/chat",
"category": "ai-inference",
"service": "Old Chat",
"amount_atomic": "2000",
"prior_rank": 8
},
{
"type": "rank-change",
"resource": "https://api.example/search",
"category": "crypto-data",
"service": "Search",
"amount_atomic": "1500",
"from_rank": 7,
"to_rank": 3
},
{
"type": "price-change",
"resource": "https://api.example/vision",
"category": "ai-inference",
"service": "Vision",
"amount_atomic": "2500",
"from_atomic": "3000",
"to_atomic": "2500"
}
],
"returned": 4,
"total_changes": 4,
"next_cursor": null,
"has_more": false
}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