← oblique.markets · all endpoints
Use when an agent needs bazaar listing lint. Returns Quality-score an x402 Bazaar listing (0-100): live SSRF-guarded probe of the resource for a valid 402 challenge with description/output-schema/category/price-floor checks, plus snapshot-history analysis from daily full-catalogue Bazaar snapshots (price churn, delisting). $0.01.
| Price | $0.01 per call (10000 atomic USDC, scheme exact) |
|---|---|
| Category | verification |
| Rails | x402 · USDC on Base (eip155:8453) and Solana · MPP pathUSD on Tempo |
| Canonical URL | https://api.oblique.markets/api/v1/paid/bazaar-listing-lint |
curl -i https://api.oblique.markets/api/v1/paid/bazaar-listing-lint # → HTTP 402 with the exact payment requirements; pay, then retry with PAYMENT-SIGNATURE (x402) or Authorization: Payment (MPP)
{
"type": "object",
"properties": {
"resource": {
"type": "string",
"description": "The listed resource URL to lint"
}
},
"required": [
"resource"
]
}{
"resource": "https://api.example-seller.com/api/v1/paid/quote",
"score": 65,
"findings": [
"no output schema or example advertised — buyers cannot see what they are paying for before paying",
"no category advertised — the listing lands in the Bazaar default bucket",
"price changed across snapshots without note (5000 → 20000 atomic) — unstable pricing erodes buyer trust"
],
"history": {
"snapshots_seen": 14,
"first_seen": "2026-07-27",
"last_seen": "2026-08-10"
},
"live": {
"reachable": true,
"is_x402": true
},
"checked_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