← oblique.markets · all endpoints
Use when an agent needs bazaar trending. Returns x402 Bazaar trending report: services gaining settled calls and unique payers fastest between the two latest daily snapshots, with decliners and new entrants. $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-trending |
curl -i https://api.oblique.markets/api/v1/paid/bazaar-trending # → 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",
"compared_to": "2026-08-09",
"gainers": [
{
"name": "bazaar-trending",
"listings": 3,
"calls_30d": 1850,
"payers_30d": 240,
"calls_delta": 312,
"payers_delta": 18,
"is_new": false
}
],
"decliners": [
{
"name": "fading-service",
"listings": 1,
"calls_30d": 40,
"payers_30d": 5,
"calls_delta": -95,
"payers_delta": -2,
"is_new": false
}
],
"new_entrants": [
{
"name": "fresh-service",
"listings": 2,
"calls_30d": 12,
"payers_30d": 12,
"calls_delta": 12,
"payers_delta": 12,
"is_new": true
}
],
"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